mirror of
https://github.com/postgres/postgres.git
synced 2025-11-21 00:42:43 +03:00
remove redundant initializations
Reported-by: Ranier Vilela Discussion: https://postgr.es/m/CAEudQAo1+AcGppxDSg8k+zF4+Kv+eJyqzEDdbpDg58-=MQcerQ@mail.gmail.com Author: Ranier Vilela Backpatch-through: master
This commit is contained in:
@@ -990,7 +990,7 @@ catenate_stringinfo_string(StringInfo buffer, const char *addon)
|
||||
Datum
|
||||
json_build_object(PG_FUNCTION_ARGS)
|
||||
{
|
||||
int nargs = PG_NARGS();
|
||||
int nargs;
|
||||
int i;
|
||||
const char *sep = "";
|
||||
StringInfo result;
|
||||
|
||||
Reference in New Issue
Block a user