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

Commit 691b1b2

Browse files
committed
Remove XID_IS_64BIT macro from c.h because it is already defined in pg_config.h
1 parent 42dfb2d commit 691b1b2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/include/c.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -398,8 +398,6 @@ typedef double float8;
398398
typedef Oid regproc;
399399
typedef regproc RegProcedure;
400400

401-
/* Macro for checking XID 64-bitness */
402-
#define XID_IS_64BIT
403401

404402
#define MAX_START_XID UINT64CONST(0x3fffffffffffffff)
405403

0 commit comments

Comments
 (0)