8000 Break up long line, per Leslie S Satenstein. · postgrespro/postgres_cluster@c7f0038 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c7f0038

Browse files
committed
Break up long line, per Leslie S Satenstein.
1 parent 63676eb commit c7f0038

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/src/sgml/libpq.sgml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -691,7 +691,9 @@ PGconn *PQsetdb(char *pghost,
691691
Make a connection to the database server in a nonblocking manner.
692692

693693
<synopsis>
694-
PGconn *PQconnectStartParams(const char **keywords, const char **values, int expand_dbname);
694+
PGconn *PQconnectStartParams(const char **keywords,
695+
const char **values,
696+
int expand_dbname);
695697

696698
PGconn *PQconnectStart(const char *conninfo);
697699

0 commit comments

Comments
 (0)
0