Skip to content

Commit e51d0b3

Browse files
committed
datlastsysoid is an Oid, not an int4 ...
1 parent 3cf6e94 commit e51d0b3

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/22 17:55:49 pjw Exp $
11+
* $Id: pg_database.h,v 1.13 2000/10/22 18: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
NameData datname;
3737
int4 datdba;
3838
int4 encoding;
39-
int4 datlastsysoid;
39+
Oid datlastsysoid;
4040
text datpath; /* VARIABLE LENGTH FIELD */
4141
} FormData_pg_database;
4242

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy