pgsql: Mark some new location fields as ParseLoc - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Mark some new location fields as ParseLoc
Date
Msg-id E1rwnZG-002NUc-AJ@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Mark some new location fields as ParseLoc

Some new code probably didn't see 605721f819f and continued to use
type int for parse location fields.  Fix those.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/2ea5d8bece85518b4b8c052ff134c294c21543e0

Modified Files
--------------
src/include/nodes/parsenodes.h | 10 +++++-----
src/include/nodes/primnodes.h  |  4 ++--
2 files changed, 7 insertions(+), 7 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Clean up more indent breakage from 6377e12a5.
Next
From: David Rowley
Date:
Subject: pgsql: Push dedicated BumpBlocks to the tail of the blocks list