Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 08c8058

Browse files
committed
Add #define for UUIDOID.
Phil Sorber and Thom Brown. Reviewed by Albe Laurenz.
1 parent b28cc92 commit 08c8058

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/include/catalog/pg_type.h

+1
Original file line numberDiff line numberDiff line change
@@ -573,6 +573,7 @@ DATA(insert OID = 2211 ( _regtype PGNSP PGUID -1 f b A f t \054 0 2206 0 arra
573573
/* uuid */
574574
DATA(insert OID = 2950 ( uuid PGNSP PGUID 16 f b U f t \054 0 0 2951 uuid_in uuid_out uuid_recv uuid_send - - - c p f 0 -1 0 0 _null_ _null_ _null_ ));
575575
DESCR("UUID datatype");
576+
#define UUIDOID 2950
576577
DATA(insert OID = 2951 ( _uuid PGNSP PGUID -1 f b A f t \054 0 2950 0 array_in array_out array_recv array_send - - array_typanalyze i x f 0 -1 0 0 _null_ _null_ _null_ ));
577578

578579
/* text search */

0 commit comments

Comments
 (0)