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
e72c98b0
Commit
e72c98b0
authored
May 17, 2008
by
Andrew Dunstan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix ecpg regression tests broken by over-eager adding of $PostgreSQL$ markers
parent
53972b46
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
9 deletions
+0
-9
src/interfaces/ecpg/include/sql3types.h
src/interfaces/ecpg/include/sql3types.h
+0
-3
src/interfaces/ecpg/include/sqlca.h
src/interfaces/ecpg/include/sqlca.h
+0
-3
src/interfaces/ecpg/test/regression.h
src/interfaces/ecpg/test/regression.h
+0
-3
No files found.
src/interfaces/ecpg/include/sql3types.h
View file @
e72c98b0
/*
* $PostgreSQL: pgsql/src/interfaces/ecpg/include/sql3types.h,v 1.12 2008/05/17 01:28:25 adunstan Exp $
*/
#ifndef _ECPG_SQL3TYPES_H
#define _ECPG_SQL3TYPES_H
...
...
src/interfaces/ecpg/include/sqlca.h
View file @
e72c98b0
/*
* $PostgreSQL: pgsql/src/interfaces/ecpg/include/sqlca.h,v 1.30 2008/05/17 01:28:25 adunstan Exp $
*/
#ifndef POSTGRES_SQLCA_H
#define POSTGRES_SQLCA_H
...
...
src/interfaces/ecpg/test/regression.h
View file @
e72c98b0
/*
* $PostgreSQL: pgsql/src/interfaces/ecpg/test/regression.h,v 1.2 2008/05/17 01:28:25 adunstan Exp $
*/
exec
sql
define
REGRESSDB1
regress1
;
exec
sql
define
REGRESSDB2
connectdb
;
...
...
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