fix for ecpg corruption

REL6_4
Bruce Momjian 27 years ago
parent 7971539020
commit 5fbbd364e8
  1. 3996
      src/backend/parser/gram.c
  2. 4
      src/backend/utils/cache/inval.c
  3. 2
      src/interfaces/ecpg/preproc/type.h

File diff suppressed because it is too large Load Diff

@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/utils/cache/inval.c,v 1.12 1998/08/19 02:03:11 momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/utils/cache/inval.c,v 1.13 1998/08/19 14:51:29 momjian Exp $
*
* Note - this code is real crufty...
*
@ -276,7 +276,7 @@ getmyrelids()
/* --------------------------------
* CacheIdInvalidate
*
* This routine can invalidate an tuple in a system catalog cache
* This routine can invalidate a tuple in a system catalog cache
* or a cached relation descriptor. You pay your money and you
* take your chances...
* --------------------------------

@ -75,7 +75,7 @@ struct when
char *str;
};
struct RelationGetRelidindex
struct index
{
int index1;
int index2;

Loading…
Cancel
Save