提交 5fbbd364 编写于 作者: B Bruce Momjian

fix for ecpg corruption

上级 79715390
此差异已折叠。
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册