Content-Length: 267464 | pFad | http://github.com/postgrespro/postgres/commit/ff3cae4875d3391c591ac5d22693f27f056e62d2

76 Fix bad indentation introduced in 43cd30bcd1c · postgrespro/postgres@ff3cae4 · GitHub
Skip to content

Commit ff3cae4

Browse files
committed
Fix bad indentation introduced in 43cd30b
Oops. Reported-by: Nathan Bossart <nathandbossart@gmail.com> Discussion: https://postgr.es/m/ZpVZB9rH5tHllO75@nathan Backpatch: 12-, like 43cd30b
1 parent a15b0ed commit ff3cae4

File tree

1 file changed

+2
-2
lines changed
  • src/backend/utils/misc

1 file changed

+2
-2
lines changed

src/backend/utils/misc/guc.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1289,8 +1289,8 @@ find_option(const char *name, bool create_placeholders, bool skip_errors,
12891289
static int
12901290
guc_var_compare(const void *a, const void *b)
12911291
{
1292-
const char *namea = **(const char ** const *) a;
1293-
const char *nameb = **(const char ** const *) b;
1292+
const char *namea = **(const char **const *) a;
1293+
const char *nameb = **(const char **const *) b;
12941294

12951295
return guc_name_compare(namea, nameb);
12961296
}

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/postgrespro/postgres/commit/ff3cae4875d3391c591ac5d22693f27f056e62d2

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy