]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Use the correct type for TableInfo->relreplident.
authorAndres Freund <andres@anarazel.de>
Wed, 12 Aug 2015 13:52:10 +0000 (15:52 +0200)
committerAndres Freund <andres@anarazel.de>
Sat, 15 Aug 2015 14:19:26 +0000 (16:19 +0200)
commit2360f01efa9041d75cab9a9e7640327979864b2c
tree151d6d0fb78cef6ad0ff368276edd4d066d6dde1
parenta0104e08079dc5e7b903c7d6906cc6b64c4ad041
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.GD8470@awork2.anarazel.de
Backpatch: 9.4 where replica identity was introduced.
src/bin/pg_dump/pg_dump.h