]> granicus.if.org Git - postgresql/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:18:44 +0000 (16:18 +0200)
commita8015fe7f54c6410866d3751783c48e0dabfacde
treef39f3afc8df9cc7e5a71f0f4b3f46750c0cfd2ae
parent8bd42fe5c715c478a4b3ceb77cb28ef9f18b5486
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