Skip to content

Commit 5d4e3a7

Browse files
committed
Added #define NullValueRegProcedure and #define NonNullValueRegProcedure -
is in use by btree now.
1 parent ae93ad8 commit 5d4e3a7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/include/catalog/pg_proc.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* Copyright (c) 1994, Regents of the University of California
88
*
9-
* $Id: pg_proc.h,v 1.12 1997/03/16 20:40:52 scrappy Exp $
9+
* $Id: pg_proc.h,v 1.13 1997/03/24 07:32:38 vadim Exp $
1010
*
1111
* NOTES
1212
* The script catalog/genbki.sh reads this file and generates .bki
@@ -688,7 +688,9 @@ DATA(insert OID = 999 ( lseg_eq PGUID 11 f t f 2 f 16 "601 601" 100 0
688688
/* OIDS 1000 - 1999 */
689689

690690
DATA(insert OID = 1029 ( NullValue PGUID 11 f t f 1 f 16 "0" 100 0 0 100 foo bar ));
691+
#define NullValueRegProcedure 1029
691692
DATA(insert OID = 1030 ( NonNullValue PGUID 11 f t f 1 f 16 "0" 100 0 0 100 foo bar ));
693+
#define NonNullValueRegProcedure 1030
692694
DATA(insert OID = 1031 ( aclitemin PGUID 11 f t f 1 f 1033 "0" 100 0 0 100 foo bar ));
693695
DATA(insert OID = 1032 ( aclitemout PGUID 11 f t f 1 f 23 "0" 100 0 0 100 foo bar ));
694696
DATA(insert OID = 1035 ( aclinsert PGUID 11 f t f 2 f 1034 "1034 1033" 100 0 0 100 foo bar ));

0 commit comments

Comments
 (0)