summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorThomas G. Lockhart <lockhart@fourpalms.org>1998-09-13 14:29:06 +0000
committerThomas G. Lockhart <lockhart@fourpalms.org>1998-09-13 14:29:06 +0000
commitf1bcb171e879af8026045922181d58953de5a489 (patch)
treed14ceabefbcd1e57ab27ee0196807e0bf4f9fbe5 /src
parent8ee1c1936cb90521c835c58f5a3a50bea54d3f21 (diff)
downloadpostgresql-f1bcb171e879af8026045922181d58953de5a489.tar.gz
Remove remnant from obsolete char16 data type.
Diffstat (limited to 'src')
-rw-r--r--src/include/catalog/pg_operator.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/catalog/pg_operator.h b/src/include/catalog/pg_operator.h
index 7c2ff3150a..2b711fe9a0 100644
--- a/src/include/catalog/pg_operator.h
+++ b/src/include/catalog/pg_operator.h
@@ -7,7 +7,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: pg_operator.h,v 1.36 1998/09/01 04:35:08 momjian Exp $
+ * $Id: pg_operator.h,v 1.37 1998/09/13 14:29:06 thomas Exp $
*
* NOTES
* the genbki.sh script reads this file and generates .bki
@@ -113,7 +113,6 @@ DATA(insert OID = 329 ( "=" PGUID 0 b t t 1000 1000 16 329 0 0 0 array_e
DATA(insert OID = 349 ( "=" PGUID 0 b t t 1001 1001 16 349 0 0 0 array_eq eqsel eqjoinsel ));
DATA(insert OID = 374 ( "=" PGUID 0 b t t 1002 1002 16 374 0 0 0 array_eq eqsel eqjoinsel ));
DATA(insert OID = 375 ( "=" PGUID 0 b t t 1003 1003 16 375 0 0 0 array_eq eqsel eqjoinsel ));
-DATA(insert OID = 376 ( "=" PGUID 0 b t t 1004 1004 16 376 0 0 0 array_eq eqsel eqjoinsel ));
DATA(insert OID = 377 ( "=" PGUID 0 b t t 1005 1005 16 377 0 0 0 array_eq eqsel eqjoinsel ));
DATA(insert OID = 378 ( "=" PGUID 0 b t t 1006 1006 16 378 0 0 0 array_eq eqsel eqjoinsel ));
DATA(insert OID = 379 ( "=" PGUID 0 b t t 1007 1007 16 379 0 0 0 array_eq eqsel eqjoinsel ));