[COMMITTERS] pgsql: Fix misspelled struct tag. - Mailing list pgsql-committers

From Tom Lane
Subject [COMMITTERS] pgsql: Fix misspelled struct tag.
Date
Msg-id E1dBnDz-00012G-W9@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix misspelled struct tag.

This was evidently intended to match the struct's typedef name,
but it didn't quite.  Noted while testing find_typedefs.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/cf5389f5b57af714d002d532add291f87ddb0062

Modified Files
--------------
src/backend/utils/adt/jsonfuncs.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: [COMMITTERS] pgsql: Fix corruption of tableElts list by MergeAttributes().
Next
From: Robert Haas
Date:
Subject: [COMMITTERS] pgsql: Copy partitioned_rels lists to avoid shared substructure.