diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2018-07-30 12:35:49 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2018-07-30 12:35:49 -0400 |
commit | addf9e1bd6e98f3f350e0d4e045757449df25bf9 (patch) | |
tree | 3e109d2f564f6697c62baefd2a13ae4ece36fc6e /src/include/executor/functions.h | |
parent | 5649332bcdc9e5ebe6f4d8d27ef44c5567996378 (diff) |
Fix pg_dump's failure to dump REPLICA IDENTITY for constraint indexes.
pg_dump knew about printing ALTER TABLE ... REPLICA IDENTITY USING INDEX
for indexes declared as indexes, but it failed to print that for indexes
declared as unique or primary-key constraints. Per report from Achilleas
Mantzios.
This has been broken since the feature was introduced, AFAICS.
Back-patch to 9.4.
Discussion: https://postgr.es/m/1e6cc5ad-b84a-7c07-8c08-a4d0c3cdc938@matrix.gatewaynet.com
Diffstat (limited to 'src/include/executor/functions.h')
0 files changed, 0 insertions, 0 deletions