Updated the pg_get_constraintdef() to use conbin. Update pg_dump to use
Bruce Momjian <bruce@momjian.us>
Updated the pg_get_constraintdef() to use conbin. Update pg_dump to use pg_get_constraintdef() for >= 70400. Rod Taylor <rbt@rbt.ca>
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/utils/adt/ruleutils.c | modified | +32 −3 |
| src/backend/utils/cache/lsyscache.c | modified | +32 −1 |
| src/bin/pg_dump/pg_dump.c | modified | +39 −10 |
| src/include/utils/lsyscache.h | modified | +2 −1 |