remove_unnecessary_blank_line.patch

text/x-diff

Filename: remove_unnecessary_blank_line.patch
Type: text/x-diff
Part: 0
Message: Remove an unnecessary blank line on the PQisBusy() comments

Patch

Same data as JSON: GET /api/v1/attachments/:id/patch the parsed metadata as JSON — format, series position, per-file stats; never the diff bytes. API reference →
Format: unified
File+
src/interfaces/libpq/fe-exec.c 0 1
diff --git a/src/interfaces/libpq/fe-exec.c b/src/interfaces/libpq/fe-exec.c
index 0b1e37ec30b..f885907607d 100644
--- a/src/interfaces/libpq/fe-exec.c
+++ b/src/interfaces/libpq/fe-exec.c
@@ -2037,7 +2037,6 @@ parseInput(PGconn *conn)
  * PQisBusy
  *	 Return true if PQgetResult would block waiting for input.
  */
-
 int
 PQisBusy(PGconn *conn)
 {