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

Commite51d0b3

Browse files
committed
datlastsysoid is an Oid, not an int4 ...
1 parent3cf6e94 commite51d0b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/include/catalog/pg_database.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
99
* Portions Copyright (c) 1994, Regents of the University of California
1010
*
11-
* $Id: pg_database.h,v 1.12 2000/10/2217:55:49 pjw Exp $
11+
* $Id: pg_database.h,v 1.13 2000/10/2218:29:58 tgl Exp $
1212
*
1313
* NOTES
1414
* the genbki.sh script reads this file and generates .bki
@@ -36,7 +36,7 @@ CATALOG(pg_database) BOOTSTRAP
3636
NameDatadatname;
3737
int4datdba;
3838
int4encoding;
39-
int4datlastsysoid;
39+
Oiddatlastsysoid;
4040
textdatpath;/* VARIABLE LENGTH FIELD */
4141
}FormData_pg_database;
4242

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp