diff options
Diffstat (limited to 'src/backend/utils/adt/varlena.c')
-rw-r--r-- | src/backend/utils/adt/varlena.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/utils/adt/varlena.c b/src/backend/utils/adt/varlena.c index 18cbdd0e769..5fd2bef617f 100644 --- a/src/backend/utils/adt/varlena.c +++ b/src/backend/utils/adt/varlena.c @@ -4126,7 +4126,7 @@ array_to_text_internal(FunctionCallInfo fcinfo, ArrayType *v, #define HEXBASE 16 /* - * Convert a int32 to a string containing a base 16 (hex) representation of + * Convert an int32 to a string containing a base 16 (hex) representation of * the number. */ Datum @@ -4150,7 +4150,7 @@ to_hex32(PG_FUNCTION_ARGS) } /* - * Convert a int64 to a string containing a base 16 (hex) representation of + * Convert an int64 to a string containing a base 16 (hex) representation of * the number. */ Datum |