Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit9d3a2b3

Browse files
committed
Fix bad indentation introduced in43cd30b
Oops.Reported-by: Nathan Bossart <nathandbossart@gmail.com>Discussion:https://postgr.es/m/ZpVZB9rH5tHllO75@nathanBackpatch: 12-, like43cd30b
1 parent2cf9bda commit9d3a2b3

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
@@ -5291,8 +5291,8 @@ find_option(const char *name, bool create_placeholders, int elevel)
52915291
staticint
52925292
guc_var_compare(constvoid*a,constvoid*b)
52935293
{
5294-
constchar*namea=**(constchar**const*)a;
5295-
constchar*nameb=**(constchar**const*)b;
5294+
constchar*namea=**(constchar**const*)a;
5295+
constchar*nameb=**(constchar**const*)b;
52965296

52975297
returnguc_name_compare(namea,nameb);
52985298
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp