summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorBruce Momjian1998-05-13 03:44:24 +0000
committerBruce Momjian1998-05-13 03:44:24 +0000
commit68f9c9819b160cb89f68e40f5be40fb144ac21e2 (patch)
tree5b41be7049909912327ca6809525867782f92024 /src/include
parent7e5f53e730c76383ddc8c8f405e4405fb6777ceb (diff)
Remove added NullProc define, and use fmgr.h value from fmgr.h.
Diffstat (limited to 'src/include')
-rw-r--r--src/include/catalog/pg_proc.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/catalog/pg_proc.h b/src/include/catalog/pg_proc.h
index 82a76ccdbb6..e7fb38032a3 100644
--- a/src/include/catalog/pg_proc.h
+++ b/src/include/catalog/pg_proc.h
@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: pg_proc.h,v 1.57 1998/05/12 17:46:48 momjian Exp $
+ * $Id: pg_proc.h,v 1.58 1998/05/13 03:44:24 momjian Exp $
*
* NOTES
* The script catalog/genbki.sh reads this file and generates .bki
@@ -1225,7 +1225,6 @@ DESCR("equals");
DATA(insert OID = 1029 ( nullvalue PGUID 11 f t f 1 f 16 "0" 100 0 0 100 foo bar ));
DESCR("(internal)");
-#define NullValueRegProcedure 1029
DATA(insert OID = 1030 ( nonnullvalue PGUID 11 f t f 1 f 16 "0" 100 0 0 100 foo bar ));
DESCR("(internal)");
DATA(insert OID = 1031 ( aclitemin PGUID 11 f t f 1 f 1033 "0" 100 0 0 100 foo bar ));