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 aea599c

Browse filesBrowse files
committed
Fix incorrect format placeholder
1 parent 2075ba9 commit aea599c
Copy full SHA for aea599c

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎src/test/modules/libpq_pipeline/libpq_pipeline.c

Copy file name to clipboardExpand all lines: src/test/modules/libpq_pipeline/libpq_pipeline.c
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -929,7 +929,7 @@ test_prepared(PGconn *conn)
929929
if (PQresultStatus(res) != PGRES_COMMAND_OK)
930930
pg_fatal("expected COMMAND_OK, got %s", PQresStatus(PQresultStatus(res)));
931931
if (PQnfields(res) != lengthof(expected_oids))
932-
pg_fatal("expected %zd columns, got %d",
932+
pg_fatal("expected %zu columns, got %d",
933933
lengthof(expected_oids), PQnfields(res));
934934
for (int i = 0; i < PQnfields(res); i++)
935935
{

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.