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

Commit67ef403

Browse files
committed
Fix comments of GUC hooks for timezone_abbreviations
The GUC assign and check hooks used "assign_timezone_abbreviations",which was incorrect.Issue noticed while browsing this area of the code, introduced in0a20ff5.Reviewed-by: Tom LaneDiscussion:https://postgr.es/m/Z1eV6Y8yk77GZhZI@paquier.xyzBackpatch-through: 16
1 parent416d1bd commit67ef403

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/backend/commands/variable.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@ show_log_timezone(void)
479479
*/
480480

481481
/*
482-
* GUC check_hook forassign_timezone_abbreviations
482+
* GUC check_hook fortimezone_abbreviations
483483
*/
484484
bool
485485
check_timezone_abbreviations(char**newval,void**extra,GucSourcesource)
@@ -511,7 +511,7 @@ check_timezone_abbreviations(char **newval, void **extra, GucSource source)
511511
}
512512

513513
/*
514-
* GUC assign_hook forassign_timezone_abbreviations
514+
* GUC assign_hook fortimezone_abbreviations
515515
*/
516516
void
517517
assign_timezone_abbreviations(constchar*newval,void*extra)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp