Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite053d20

Browse files
committed
Fix broken pg_backend_pid reference, per Joe Conway.
1 parent32465bf commite053d20

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎src/include/catalog/pg_proc.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
88
* Portions Copyright (c) 1994, Regents of the University of California
99
*
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 $
1111
*
1212
* NOTES
1313
* 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
27032703
DESCR("Statistics: Number of blocks found in cache");
27042704
DATA(insertOID=1936 (pg_stat_get_backend_idsetPGNSPPGUID12fftts023""pg_stat_get_backend_idset-_null_ ));
27052705
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");
27082708
DATA(insertOID=1937 (pg_stat_get_backend_pidPGNSPPGUID12fftfs123"23"pg_stat_get_backend_pid-_null_ ));
27092709
DESCR("Statistics: PID of backend");
27102710
DATA(insertOID=1938 (pg_stat_get_backend_dbidPGNSPPGUID12fftfs126"23"pg_stat_get_backend_dbid-_null_ ));

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp