aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2002-08-04 20:01:33 +0000
committerBruce Momjian <bruce@momjian.us>2002-08-04 20:01:33 +0000
commit32465bfc759c7b6aafce1ebb5d9b3a993aab4052 (patch)
treecb5b03d0458c2cae72cde345e358535c1d800eb1
parent58c227693d8066cb2232e5aef6b2c330279ed873 (diff)
downloadpostgresql-32465bfc759c7b6aafce1ebb5d9b3a993aab4052.tar.gz
postgresql-32465bfc759c7b6aafce1ebb5d9b3a993aab4052.zip
Another backend_pid rename.
-rw-r--r--src/include/catalog/pg_proc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/catalog/pg_proc.h b/src/include/catalog/pg_proc.h
index 143d45a18a0..fdbb2eed0fc 100644
--- a/src/include/catalog/pg_proc.h
+++ b/src/include/catalog/pg_proc.h
@@ -7,7 +7,7 @@
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: pg_proc.h,v 1.249 2002/08/04 06:33:54 thomas Exp $
+ * $Id: pg_proc.h,v 1.250 2002/08/04 20:01:33 momjian Exp $
*
* NOTES
* The script catalog/genbki.sh reads this file and generates .bki
@@ -2703,7 +2703,7 @@ DATA(insert OID = 1935 ( pg_stat_get_blocks_hit PGNSP PGUID 12 f f t f s 1 20
DESCR("Statistics: Number of blocks found in cache");
DATA(insert OID = 1936 ( pg_stat_get_backend_idset PGNSP PGUID 12 f f t t s 0 23 "" pg_stat_get_backend_idset - _null_ ));
DESCR("Statistics: Currently active backend IDs");
-DATA(insert OID = 2026 ( backend_pid PGNSP PGUID 12 f f t f s 0 23 "" backend_pid - _null_ ));
+DATA(insert OID = 2026 ( pg_backend_pid PGNSP PGUID 12 f f t f s 0 23 "" backend_pid - _null_ ));
DESCR("Statistics: Current backend ID");
DATA(insert OID = 1937 ( pg_stat_get_backend_pid PGNSP PGUID 12 f f t f s 1 23 "23" pg_stat_get_backend_pid - _null_ ));
DESCR("Statistics: PID of backend");