|
7 | 7 | * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
|
8 | 8 | * Portions Copyright (c) 1994, Regents of the University of California
|
9 | 9 | *
|
10 |
| - * $Id: pg_proc.h,v 1.249 2002/08/0406:33:54 thomas Exp $ |
| 10 | + * $Id: pg_proc.h,v 1.250 2002/08/0420:01:33 momjian Exp $ |
11 | 11 | *
|
12 | 12 | * NOTES
|
13 | 13 | * The script catalog/genbki.sh reads this file and generates .bki
|
@@ -2703,7 +2703,7 @@ DATA(insert OID = 1935 ( pg_stat_get_blocks_hitPGNSP PGUID 12 f f t f s 1 20
|
2703 | 2703 | DESCR("Statistics: Number of blocks found in cache");
|
2704 | 2704 | DATA(insertOID=1936 (pg_stat_get_backend_idsetPGNSPPGUID12fftts023""pg_stat_get_backend_idset-_null_ ));
|
2705 | 2705 | DESCR("Statistics: Currently active backend IDs");
|
2706 |
| -DATA(insertOID=2026 (backend_pidPGNSPPGUID12fftfs023""backend_pid-_null_ )); |
| 2706 | +DATA(insertOID=2026 (pg_backend_pidPGNSPPGUID12fftfs023""backend_pid-_null_ )); |
2707 | 2707 | DESCR("Statistics: Current backend ID");
|
2708 | 2708 | DATA(insertOID=1937 (pg_stat_get_backend_pidPGNSPPGUID12fftfs123"23"pg_stat_get_backend_pid-_null_ ));
|
2709 | 2709 | DESCR("Statistics: PID of backend");
|
|