diff options
| author | Bruce Momjian | 1999-05-10 00:46:32 +0000 |
|---|---|---|
| committer | Bruce Momjian | 1999-05-10 00:46:32 +0000 |
| commit | 4853495e033245bbfc1d212ba8f2286008873f64 (patch) | |
| tree | 230beedec9848a1f462adbdf0dd1877c5d304fd5 /src/include | |
| parent | b7332c92438a518c7845a42f8892d2bd4a4f3258 (diff) | |
Change error messages to oids come out as %u and not %d. Change has no
real affect now.
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/catalog/pg_type.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/catalog/pg_type.h b/src/include/catalog/pg_type.h index aa8d703ad2c..bb5dc345512 100644 --- a/src/include/catalog/pg_type.h +++ b/src/include/catalog/pg_type.h @@ -7,7 +7,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: pg_type.h,v 1.59 1999/05/03 19:10:20 momjian Exp $ + * $Id: pg_type.h,v 1.60 1999/05/10 00:46:20 momjian Exp $ * * NOTES * the genbki.sh script reads this file and generates .bki @@ -198,7 +198,7 @@ DATA(insert OID = 25 ( text PGUID -1 -1 f b t \054 0 18 textin textout text DESCR("native variable-length string"); #define TEXTOID 25 -DATA(insert OID = 26 ( oid PGUID 4 10 t b t \054 0 0 int4in int4out int4in int4out i _null_ )); +DATA(insert OID = 26 ( oid PGUID 4 10 t b t \054 0 0 oidin oidout oidin oidout i _null_ )); DESCR("object identifier type"); #define OIDOID 26 |
