]> granicus.if.org Git - postgresql/blobdiff - src/include/catalog/pg_proc.h
Add routines istrue() and isfalse() to directly evaluate boolean type.
[postgresql] / src / include / catalog / pg_proc.h
index 8793caf693673c01f231390c557bea23f35d4107..c9d81efebbb683bcd968b0e4eab968d934632209 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_proc.h,v 1.32 1997/10/25 05:29:48 thomas Exp $
+ * $Id: pg_proc.h,v 1.33 1997/10/30 16:44:06 thomas Exp $
  *
  * NOTES
  *       The script catalog/genbki.sh reads this file and generates .bki
@@ -729,6 +729,9 @@ DATA(insert OID = 947 (  oidnamene             PGUID 11 f t f 2 f 16 "911 911" 100 0 0 1
 DATA(insert OID = 948 (  oidnamecmp               PGUID 11 f t f 2 f 23 "911 911" 100 0 0 100  foo bar));
 DATA(insert OID = 949 (  mkoidname                PGUID 11 f t f 2 f 911 "26 19" 100 0 0 100  foo bar));
 
+DATA(insert OID = 950 (  istrue                           PGUID 11 f t f 1 f 16 "16" 100 0 0 100       foo bar ));
+DATA(insert OID = 951 (  isfalse                  PGUID 11 f t f 1 f 16 "16" 100 0 0 100       foo bar ));
+
 DATA(insert OID = 952 (  lo_open                  PGUID 11 f t f 2 f 23 "26 23" 100 0 0 100  foo bar ));
 DATA(insert OID = 953 (  lo_close                 PGUID 11 f t f 1 f 23 "23" 100 0 0 100  foo bar ));
 DATA(insert OID = 954 (  loread                           PGUID 11 f t f 2 f 17 "23 23" 100 0 0 100  foo bar ));