Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
210faf2d
Commit
210faf2d
authored
16 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
Fix a few warnings that have crept into CVS HEAD.
parent
9bf1db04
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/bin/scripts/common.h
+3
-1
3 additions, 1 deletion
src/bin/scripts/common.h
src/interfaces/ecpg/ecpglib/prepare.c
+1
-2
1 addition, 2 deletions
src/interfaces/ecpg/ecpglib/prepare.c
with
4 additions
and
3 deletions
src/bin/scripts/common.h
+
3
−
1
View file @
210faf2d
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
*
*
* Copyright (c) 2003-2008, PostgreSQL Global Development Group
* Copyright (c) 2003-2008, PostgreSQL Global Development Group
*
*
* $PostgreSQL: pgsql/src/bin/scripts/common.h,v 1.
19
2008/0
1/01 19:45:56
momjian Exp $
* $PostgreSQL: pgsql/src/bin/scripts/common.h,v 1.
20
2008/0
5/14 15:16:27
momjian Exp $
*/
*/
#ifndef COMMON_H
#ifndef COMMON_H
#define COMMON_H
#define COMMON_H
...
@@ -42,4 +42,6 @@ extern bool yesno_prompt(const char *question);
...
@@ -42,4 +42,6 @@ extern bool yesno_prompt(const char *question);
extern
void
setup_cancel_handler
(
void
);
extern
void
setup_cancel_handler
(
void
);
extern
char
*
pg_strdup
(
const
char
*
string
);
#endif
/* COMMON_H */
#endif
/* COMMON_H */
This diff is collapsed.
Click to expand it.
src/interfaces/ecpg/ecpglib/prepare.c
+
1
−
2
View file @
210faf2d
/* $PostgreSQL: pgsql/src/interfaces/ecpg/ecpglib/prepare.c,v 1.2
7
2008/05/1
2
1
6:29:04 meskes
Exp $ */
/* $PostgreSQL: pgsql/src/interfaces/ecpg/ecpglib/prepare.c,v 1.2
8
2008/05/1
4
1
5:16:27 momjian
Exp $ */
#define POSTGRES_ECPG_INTERNAL
#define POSTGRES_ECPG_INTERNAL
#include
"postgres_fe.h"
#include
"postgres_fe.h"
...
@@ -117,7 +117,6 @@ ECPGprepare(int lineno, const char *connection_name, const int questionmarks, co
...
@@ -117,7 +117,6 @@ ECPGprepare(int lineno, const char *connection_name, const int questionmarks, co
struct
statement
*
stmt
;
struct
statement
*
stmt
;
struct
prepared_statement
*
this
,
struct
prepared_statement
*
this
,
*
prev
;
*
prev
;
struct
sqlca_t
*
sqlca
=
ECPGget_sqlca
();
PGresult
*
query
;
PGresult
*
query
;
con
=
ecpg_get_connection
(
connection_name
);
con
=
ecpg_get_connection
(
connection_name
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment