Update make check expected output.
authorRobert Haas <rhaas@postgresql.org>
Tue, 28 Jan 2014 20:14:56 +0000 (15:14 -0500)
committerRobert Haas <rhaas@postgresql.org>
Tue, 28 Jan 2014 20:14:56 +0000 (15:14 -0500)
src/test/regress/expected/rules.out

index 40d7cbd06096772ce43bdd77be2542a5ab4689e2..9b13c3ec5c2cabf656fee5025dbef8b2dda1d05f 100644 (file)
@@ -1373,8 +1373,8 @@ pg_replication_slots| SELECT l.slot_name,
     d.datname AS database,
     l.active,
     l.data_xmin,
-    l.restart_decoding_lsn
-   FROM (pg_get_replication_slots() l(slot_name, slot_type, datoid, active, data_xmin, restart_decoding_lsn)
+    l.restart_lsn
+   FROM (pg_get_replication_slots() l(slot_name, slot_type, datoid, active, data_xmin, restart_lsn)
    LEFT JOIN pg_database d ON ((l.datoid = d.oid)));
 pg_roles| SELECT pg_authid.rolname,
     pg_authid.rolsuper,