mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
Add more use of psprintf()
This commit is contained in:
@ -1114,11 +1114,7 @@ hstore_out(PG_FUNCTION_ARGS)
|
||||
HEntry *entries = ARRPTR(in);
|
||||
|
||||
if (count == 0)
|
||||
{
|
||||
out = palloc(1);
|
||||
*out = '\0';
|
||||
PG_RETURN_CSTRING(out);
|
||||
}
|
||||
PG_RETURN_CSTRING(pstrdup(""));
|
||||
|
||||
buflen = 0;
|
||||
|
||||
|
Reference in New Issue
Block a user