]> granicus.if.org Git - postgresql/commit
Add missing pstrdup calls
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Wed, 31 Dec 2014 16:19:40 +0000 (13:19 -0300)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Wed, 31 Dec 2014 16:19:40 +0000 (13:19 -0300)
commitba66c9d0681f0c5ec834255fb4e7f6ef6b626747
tree4b5a3777ac3ace681223659c2e6910f5b593163a
parentc168c885776cd5d815611c10633ca04f699744e3
Add missing pstrdup calls

The one for the OCLASS_COLLATION case was noticed by
CLOBBER_CACHE_ALWAYS buildfarm members; the others I spotted by manual
code inspection.

Also remove a redundant check.
src/backend/catalog/objectaddress.c