pgsql: Fix misspelled struct tag.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix misspelled struct tag.
Date: 2017-05-19 19:06:07
Message-ID: E1dBnDz-00012G-W9@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2017-05-19 19:28:18 pgsql: Copy partitioned_rels lists to avoid shared substructure.
Previous Message Robert Haas 2017-05-19 19:04:39 pgsql: Fix corruption of tableElts list by MergeAttributes().