[COMMITTERS] pgsql: Add object_address tests for publications and subscriptions - Mailing list pgsql-committers

From Peter Eisentraut
Subject [COMMITTERS] pgsql: Add object_address tests for publications and subscriptions
Date
Msg-id E1cWog1-0005ao-Cs@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Add object_address tests for publications and subscriptions

Add test cases to object_address.sql to test the new logical replication
related object classes, and fix some small bugs discovered by that.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/2a2bdcab2c5c6081a8f53fce8741bc0717b7d2d0

Modified Files
--------------
src/backend/catalog/objectaddress.c          |  4 ++--
src/test/regress/expected/object_address.out | 31 +++++++++++++++++++++++++---
src/test/regress/sql/object_address.sql      | 16 ++++++++++++--
3 files changed, 44 insertions(+), 7 deletions(-)


pgsql-committers by date:

Previous
From: Simon Riggs
Date:
Subject: [COMMITTERS] pgsql: Reset hot standby xmin on master after restart
Next
From: Simon Riggs
Date:
Subject: [COMMITTERS] pgsql: Check interrupts during hot standby waits