pgsql: Remove duplicate initialization - Mailing list pgsql-committers

From Alvaro Herrera
Subject pgsql: Remove duplicate initialization
Date
Msg-id E1oYSrH-000JcC-K9@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/3fd1f4b9cd1e374e76e23dd37dfd6ab03b6ef935

Modified Files
--------------
src/backend/parser/parse_relation.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Etsuro Fujita
Date:
Subject: pgsql: postgres_fdw: Avoid 'variable not found in subplan target list'
Next
From: Alvaro Herrera
Date:
Subject: pgsql: Add subxid-overflow "isolation" test