Accept regression diffs in 'object_address' test case.
authorPavan Deolasee <[email protected]>
Fri, 28 Sep 2018 07:44:34 +0000 (13:14 +0530)
committerPavan Deolasee <[email protected]>
Fri, 28 Sep 2018 07:44:34 +0000 (13:14 +0530)
The differences are caused by our lack of support for CREATE
SUBSCRIPTION/PUBLICATION

src/test/regress/expected/object_address.out

index d6a930d5c8cae29c577fd4b250ca72a65ff58b01..75cc6638890e696f99a6e3ee4b13979ac3153678 100644 (file)
@@ -271,10 +271,7 @@ SELECT (pg_identify_object(addr1.classid, addr1.objid, addr1.objsubid)).*,
  text search parser        | addr_nsp   | addr_ts_prs       | addr_nsp.addr_ts_prs                                                 | t
  text search configuration | addr_nsp   | addr_ts_conf      | addr_nsp.addr_ts_conf                                                | t
  text search template      | addr_nsp   | addr_ts_temp      | addr_nsp.addr_ts_temp                                                | t
- subscription              |            | addr_sub          | addr_sub                                                             | t
- publication               |            | addr_pub          | addr_pub                                                             | t
- publication relation      |            |                   | addr_nsp.gentable in publication addr_pub                            | t
-(40 rows)
+(37 rows)
 
 ---
 --- Cleanup resources