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
76dd2333
Commit
76dd2333
authored
Aug 18, 2004
by
Tom Lane
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clean up some random departures from project's standard declaration style.
parent
f657594b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
12 deletions
+8
-12
src/interfaces/libpq/libpq-fe.h
src/interfaces/libpq/libpq-fe.h
+8
-12
No files found.
src/interfaces/libpq/libpq-fe.h
View file @
76dd2333
...
...
@@ -7,7 +7,7 @@
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* $PostgreSQL: pgsql/src/interfaces/libpq/libpq-fe.h,v 1.10
5 2004/08/11 18:06:01
tgl Exp $
* $PostgreSQL: pgsql/src/interfaces/libpq/libpq-fe.h,v 1.10
6 2004/08/18 19:27:13
tgl Exp $
*
*-------------------------------------------------------------------------
*/
...
...
@@ -286,8 +286,7 @@ typedef void (pgthreadlock_t)(int acquire);
extern
pgthreadlock_t
*
PQregisterThreadLock
(
pgthreadlock_t
*
newhandler
);
void
PQinitSSL
(
int
do_init
);
extern
void
PQinitSSL
(
int
do_init
);
/* === in fe-exec.c === */
...
...
@@ -418,24 +417,21 @@ extern unsigned char *PQunescapeBytea(const unsigned char *strtext,
/* === in fe-print.c === */
extern
void
PQprint
(
FILE
*
fout
,
/* output stream */
const
PGresult
*
res
,
const
PQprintOpt
*
ps
);
/* option structure */
extern
void
PQprint
(
FILE
*
fout
,
/* output stream */
const
PGresult
*
res
,
const
PQprintOpt
*
ps
);
/* option structure */
/*
* really old printing routines
*/
extern
void
PQdisplayTuples
(
const
PGresult
*
res
,
extern
void
PQdisplayTuples
(
const
PGresult
*
res
,
FILE
*
fp
,
/* where to send the output */
int
fillAlign
,
/* pad the fields with spaces */
const
char
*
fieldSep
,
/* field separator */
int
printHeader
,
/* display headers? */
int
quiet
);
extern
void
PQprintTuples
(
const
PGresult
*
res
,
extern
void
PQprintTuples
(
const
PGresult
*
res
,
FILE
*
fout
,
/* output stream */
int
printAttName
,
/* print attribute names */
int
terseOutput
,
/* delimiter bars */
...
...
@@ -474,7 +470,7 @@ extern int PQenv2encoding(void);
* Indicates whether the libpq thread is in send().
* Used to ignore SIGPIPE if thread is in send().
*/
pqbool
PQinSend
(
void
);
extern
pqbool
PQinSend
(
void
);
#ifdef __cplusplus
}
...
...
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