Skip to content

Commit 7a85de6

Browse files
author
Alexander Korotkov
committed
Fix check hook for int64 guc.
1 parent 08eac1d commit 7a85de6

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

src/backend/utils/misc/guc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5937,7 +5937,7 @@ parse_and_validate_value(struct config_generic * record,
59375937
return false;
59385938
}
59395939

5940-
if (!call_int_check_hook(conf, &newval->int64val, newextra,
5940+
if (!call_int64_check_hook(conf, &newval->int64val, newextra,
59415941
source, elevel))
59425942
return false;
59435943
}

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