fix for ecpg corruption

This commit is contained in:
Bruce Momjian 1998-08-19 14:51:31 +00:00
parent 7971539020
commit 5fbbd364e8
3 changed files with 2049 additions and 2055 deletions

File diff suppressed because it is too large Load Diff

View File

@ -7,7 +7,7 @@
* *
* *
* IDENTIFICATION * 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... * Note - this code is real crufty...
* *
@ -276,7 +276,7 @@ getmyrelids()
/* -------------------------------- /* --------------------------------
* CacheIdInvalidate * 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 * or a cached relation descriptor. You pay your money and you
* take your chances... * take your chances...
* -------------------------------- * --------------------------------

View File

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