Skip to content

Commit bf2fb2e

Browse files
committed
Fix whitespace
1 parent efd9366 commit bf2fb2e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/bin/pg_upgrade/function.c

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ library_name_compare(const void *p1, const void *p2)
3434
int slen1 = strlen(str1);
3535
int slen2 = strlen(str2);
3636
int cmp = strcmp(str1, str2);
37-
37+
3838
if (slen1 != slen2)
3939
return slen1 - slen2;
4040
if (cmp != 0)
@@ -230,18 +230,18 @@ check_loadable_libraries(void)
230230
lib = "$libdir/plpython2";
231231
llen = strlen(lib);
232232
}
233-
233+
234234
strcpy(cmd, "LOAD '");
235235
PQescapeStringConn(conn, cmd + strlen(cmd), lib, llen, NULL);
236236
strcat(cmd, "'");
237-
237+
238238
res = PQexec(conn, cmd);
239-
239+
240240
if (PQresultStatus(res) != PGRES_COMMAND_OK)
241241
{
242242
found = true;
243243
was_load_failure = true;
244-
244+
245245
if (script == NULL && (script = fopen_priv(output_path, "w")) == NULL)
246246
pg_fatal("could not open file \"%s\": %s\n",
247247
output_path, strerror(errno));
@@ -251,7 +251,7 @@ check_loadable_libraries(void)
251251
}
252252
else
253253
was_load_failure = false;
254-
254+
255255
PQclear(res);
256256
}
257257

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy