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

Commit40b22fb

Browse files
authored
Merge pull request#41 from postgrespro/PGPRO-4845
Remove extra double quotes in the extension name.
2 parentsd965593 +8521406 commit40b22fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎pg_variables.c‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2494,7 +2494,7 @@ compatibility_check(void)
24942494
if (!pg_compatibility_check_no_error())
24952495
freeStatsLists();
24962496

2497-
PG_COMPATIBILITY_CHECK("pg_variables");
2497+
PG_COMPATIBILITY_CHECK(pg_variables);
24982498
}
24992499
#endif/* PG_COMPATIBILITY_CHECK */
25002500
#endif/* PG_VERSION_NUM */

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp