Use the correct type for TableInfo->relreplident.
authorAndres Freund
Wed, 12 Aug 2015 13:52:10 +0000 (15:52 +0200)
committerAndres Freund
Sat, 15 Aug 2015 14:19:20 +0000 (16:19 +0200)
commitfeb473a57acb648f29e1520b07b146ba1dc4e22d
treeecf36977ed9c13e2ba39cb8fda010401fb9fa7ba
parentf19ad6fbe46afe5005fb0f38ebd436c7cfcbb9ec
Use the correct type for TableInfo->relreplident.

Mistakenly relreplident was stored as a bool. That works today as c.h
typedefs bool to a char, but isn't very future proof.

Discussion: 20150812084351[email protected]
Backpatch: 9.4 where replica identity was introduced.
src/bin/pg_dump/pg_dump.h