Add OCLASS_PGXC items to several switch statements
authorTomas Vondra <[email protected]>
Thu, 6 Jul 2017 17:08:48 +0000 (19:08 +0200)
committerTomas Vondra <[email protected]>
Thu, 6 Jul 2017 17:08:48 +0000 (19:08 +0200)
commit1e0b3b8000224a766c32e8e4a3442911f1a026de
tree53a084a9c1d7e6f02cde663d73eddc00a852506e
parent9b7535fe8e5fbbf555bc106bb823a70179b72cb2
Add OCLASS_PGXC items to several switch statements

Multiple switch statements on oclass values are intentionally missing
the default clause. As the PGXC oclass options were missing, compilers
were complaining about it.
src/backend/catalog/objectaddress.c
src/backend/commands/alter.c
src/backend/commands/tablecmds.c