8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cf6e94 commit e51d0b3Copy full SHA for e51d0b3
src/include/catalog/pg_database.h
@@ -8,7 +8,7 @@
8
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
9
* Portions Copyright (c) 1994, Regents of the University of California
10
*
11
- * $Id: pg_database.h,v 1.12 2000/10/22 17:55:49 pjw Exp $
+ * $Id: pg_database.h,v 1.13 2000/10/22 18:29:58 tgl Exp $
12
13
* NOTES
14
* the genbki.sh script reads this file and generates .bki
@@ -36,7 +36,7 @@ CATALOG(pg_database) BOOTSTRAP
36
NameData datname;
37
int4 datdba;
38
int4 encoding;
39
- int4 datlastsysoid;
+ Oid datlastsysoid;
40
text datpath; /* VARIABLE LENGTH FIELD */
41
} FormData_pg_database;
42
0 commit comments