Skip to content

Commit a2180b7

Browse files
author
Alexander Korotkov
committed
Config name for int64.
1 parent 3864f09 commit a2180b7

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

src/backend/utils/misc/guc.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -669,6 +669,7 @@ const char *const config_type_names[] =
669669
{
670670
/* PGC_BOOL */ "bool",
671671
/* PGC_INT */ "integer",
672+
/* PGC_INT64 */ "int64",
672673
/* PGC_REAL */ "real",
673674
/* PGC_STRING */ "string",
674675
/* PGC_ENUM */ "enum"

0 commit comments

Comments
 (0)