Remove duplicate initialization
authorAlvaro Herrera
Wed, 14 Sep 2022 13:36:21 +0000 (15:36 +0200)
committerAlvaro Herrera
Wed, 14 Sep 2022 13:36:21 +0000 (15:36 +0200)
commit3fd1f4b9cd1e374e76e23dd37dfd6ab03b6ef935
treec1c4952381cd5459272899495b080d0fb1e40772
parent9320cfdd06e5975b7bf60ab4c3d03195bf3fb5ff
Remove duplicate initialization

This appears to be a merge mistake in 96ef3237bf74.  We could put it
back the way it was before JSON_TABLE and it'd be two lines shorter, but
it's likely that JSON_TABLE will be back and will prefer things this
way.  It makes no other difference in practice.

Backpatch to 15.

Reported by Ranier Vilela
Discussion: https://postgr.es/m/CAEudQAr4nOcNQskC4oBEZN4S+4heJ=1ch_ZKOxU+_Ef-FQSf-g@mail.gmail.com
src/backend/parser/parse_relation.c