summaryrefslogtreecommitdiff
path: root/src/backend/catalog
diff options
context:
space:
mode:
authorAndres Freund <andres@anarazel.de>2015-04-22 09:42:36 +0200
committerAndres Freund <andres@anarazel.de>2015-04-22 09:43:40 +0200
commitcef939c3470006c1195a17c2ca3861360587fe15 (patch)
tree621c3f1845ee2abc8a851cacc9f04ef8ca9b36b4 /src/backend/catalog
parent4d930eee89954ef8ac5402f3d568c11ff6256035 (diff)
downloadpostgresql-cef939c3470006c1195a17c2ca3861360587fe15.tar.gz
Rename pg_replication_slot's new active_in to active_pid.
In d811c037ce active_in was added but discussion since showed that active_pid is preferred as a name. Discussion: CAMsr+YFKgZca5_7_ouaMWxA5PneJC9LNViPzpDHusaPhU9pA7g@mail.gmail.com
Diffstat (limited to 'src/backend/catalog')
-rw-r--r--src/backend/catalog/system_views.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/catalog/system_views.sql b/src/backend/catalog/system_views.sql
index 75ff231de5..4c35ef4349 100644
--- a/src/backend/catalog/system_views.sql
+++ b/src/backend/catalog/system_views.sql
@@ -665,7 +665,7 @@ CREATE VIEW pg_replication_slots AS
L.datoid,
D.datname AS database,
L.active,
- L.active_in,
+ L.active_pid,
L.xmin,
L.catalog_xmin,
L.restart_lsn