Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
5fbbd364
Commit
5fbbd364
authored
Aug 19, 1998
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix for ecpg corruption
parent
79715390
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1998 additions
and
2004 deletions
+1998
-2004
src/backend/parser/gram.c
src/backend/parser/gram.c
+1995
-2001
src/backend/utils/cache/inval.c
src/backend/utils/cache/inval.c
+2
-2
src/interfaces/ecpg/preproc/type.h
src/interfaces/ecpg/preproc/type.h
+1
-1
No files found.
src/backend/parser/gram.c
View file @
5fbbd364
This diff is collapsed.
Click to expand it.
src/backend/utils/cache/inval.c
View file @
5fbbd364
...
...
@@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/utils/cache/inval.c,v 1.1
2 1998/08/19 02:03:11
momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/utils/cache/inval.c,v 1.1
3 1998/08/19 14:51:29
momjian Exp $
*
* Note - this code is real crufty...
*
...
...
@@ -276,7 +276,7 @@ getmyrelids()
/* --------------------------------
* CacheIdInvalidate
*
* This routine can invalidate a
n
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...
* --------------------------------
...
...
src/interfaces/ecpg/preproc/type.h
View file @
5fbbd364
...
...
@@ -75,7 +75,7 @@ struct when
char
*
str
;
};
struct
RelationGetRelid
index
struct
index
{
int
index1
;
int
index2
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment