aboutsummaryrefslogtreecommitdiff
path: root/src/include/postgres.h
diff options
context:
space:
mode:
authorVadim B. Mikheev <vadim4o@yahoo.com>1997-11-02 15:27:14 +0000
committerVadim B. Mikheev <vadim4o@yahoo.com>1997-11-02 15:27:14 +0000
commit32cd09ac6d467ec788f8f4181097d47bafcfaee1 (patch)
tree96d5420e42ed087eb9df2d951ba1af38769eded7 /src/include/postgres.h
parent6cc0a00deca18681f48a8afd1215659771a2b049 (diff)
downloadpostgresql-32cd09ac6d467ec788f8f4181097d47bafcfaee1.tar.gz
postgresql-32cd09ac6d467ec788f8f4181097d47bafcfaee1.zip
Good Bye, Time Travel!
Diffstat (limited to 'src/include/postgres.h')
-rw-r--r--src/include/postgres.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/postgres.h b/src/include/postgres.h
index 37d966cf2f4..504bb1aaad8 100644
--- a/src/include/postgres.h
+++ b/src/include/postgres.h
@@ -6,7 +6,7 @@
*
* Copyright (c) 1995, Regents of the University of California
*
- * $Id: postgres.h,v 1.9 1997/09/08 21:50:28 momjian Exp $
+ * $Id: postgres.h,v 1.10 1997/11/02 15:26:28 vadim Exp $
*
*-------------------------------------------------------------------------
*/
@@ -163,7 +163,7 @@ typedef struct OidNameData *OidName;
typedef uint32 TransactionId;
#define InvalidTransactionId 0
-typedef uint16 CommandId;
+typedef uint32 CommandId;
#define FirstCommandId 0