pgsql: Use the correct type for TableInfo->relreplident. - Mailing list pgsql-committers

From Andres Freund
Subject pgsql: Use the correct type for TableInfo->relreplident.
Date
Msg-id E1ZQcVL-0004bN-8u@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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.

Branch
------
REL9_5_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/feb473a57acb648f29e1520b07b146ba1dc4e22d

Modified Files
--------------
src/bin/pg_dump/pg_dump.h |    2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: pgsql: Reduce lock levels for ALTER TABLE SET autovacuum storage option
Next
From: Andres Freund
Date:
Subject: pgsql: Use the correct type for TableInfo->relreplident.