pgsql: Add missing pstrdup calls

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема pgsql: Add missing pstrdup calls
Дата
Msg-id E1Y6M0l-0005ji-0e@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/ba66c9d0681f0c5ec834255fb4e7f6ef6b626747

Modified Files
--------------
src/backend/catalog/objectaddress.c |   15 +++++----------
1 file changed, 5 insertions(+), 10 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Robert Haas
Дата:
Сообщение: pgsql: Don't tab-complete COMMENT ON ... IS with IS.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Improve consistency of parsing of psql's magic variables.