]> granicus.if.org Git - postgresql/commit
Fix incorrect column name in psql \d code.
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 14 Nov 2013 15:27:24 +0000 (10:27 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 14 Nov 2013 15:27:24 +0000 (10:27 -0500)
commite694cf25d787354ed04310a14aa508692874dcad
treead629d529a1855f065c2599c90d9953d290d8201
parent87d8378f60cef2206b0d4a09eb773ed416fa58fc
Fix incorrect column name in psql \d code.

pg_index.indisreplident had at one time in its development been called
indisidentity.  describe.c got missed when it was renamed.
Bug introduced in commit 07cacba983ef79be4a84fcd0e0ca3b5fcb85dd65.

Andres Freund
src/bin/psql/describe.c