|
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.250 2002/08/0420:01:33 momjian Exp $ |
| 10 | + * $Id: pg_proc.h,v 1.251 2002/08/0423:46:38 tgl Exp $ |
11 | 11 | *
|
12 | 12 | * NOTES
|
13 | 13 | * The script catalog/genbki.sh reads this file and generates .bki
|
@@ -2703,8 +2703,8 @@ 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 (pg_backend_pidPGNSPPGUID12fftfs023""backend_pid-_null_ )); |
2707 |
| -DESCR("Statistics: Current backendID"); |
| 2706 | +DATA(insertOID=2026 (pg_backend_pidPGNSPPGUID12fftfs023""pg_backend_pid-_null_ )); |
| 2707 | +DESCR("Statistics: Current backendPID"); |
2708 | 2708 | DATA(insertOID=1937 (pg_stat_get_backend_pidPGNSPPGUID12fftfs123"23"pg_stat_get_backend_pid-_null_ ));
|
2709 | 2709 | DESCR("Statistics: PID of backend");
|
2710 | 2710 | DATA(insertOID=1938 (pg_stat_get_backend_dbidPGNSPPGUID12fftfs126"23"pg_stat_get_backend_dbid-_null_ ));
|
|