From 32cd09ac6d467ec788f8f4181097d47bafcfaee1 Mon Sep 17 00:00:00 2001 From: "Vadim B. Mikheev" Date: Sun, 2 Nov 1997 15:27:14 +0000 Subject: Good Bye, Time Travel! --- src/include/postgres.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/include/postgres.h') 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 -- cgit v1.2.3