summaryrefslogtreecommitdiff
path: root/databases/pgcluster/files/patch-pg_proc.h
blob: 37eb61e8e6b8f8b1b137f9e63f873afea2ccdbf8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- src/include/catalog/pg_proc.h.orig	Tue Feb 24 23:17:16 2004
+++ src/include/catalog/pg_proc.h	Tue Feb 24 23:28:44 2004
@@ -3117,7 +3117,8 @@
 DATA(insert OID = 2307 (  opaque_out		PGNSP PGUID 12 f f t f i 1 2275 "2282"	opaque_out - _null_ ));
 DESCR("(internal)");
 
-
+DATA(insert OID = 2400 (  pgr_current_replicator	PGNSP PGUID 12 f f t f v 0 25 "" pgr_current_replicator - _null_ ));
+DESCR("Current replication server");
 /*
  * Symbolic values for provolatile column: these indicate whether the result
  * of a function is dependent *only* on the values of its explicit arguments,