]> granicus.if.org Git - postgresql/commit
Revise BuildIndexValueDescription to simplify it
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Mon, 16 Jul 2018 23:54:29 +0000 (19:54 -0400)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Tue, 17 Jul 2018 00:20:15 +0000 (20:20 -0400)
commit1c04d4beea8a7f0f5fb667512025aada14c5be67
treee84462e61e0067821c322e40c3c98a86e6cea036
parentcb9db2ab0674381b92559e011738f19e2bd0f6f2
Revise BuildIndexValueDescription to simplify it

Getting a pg_index tuple from syscache when the open index relation is
available is pointless -- just use the one from relcache.

Noticed while reviewing code for cb9db2ab0674.

No backpatch.
src/backend/access/index/genam.c