pgsql/src/backend/parser (parse_func.c)

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql/src/backend/parser (parse_func.c)
Дата
Msg-id 200008031919.e73JJcd61976@hub.org
обсуждение исходный текст
Список pgsql-committers
  Date: Thursday, August  3, 2000 @ 15:19:36
Author: tgl

Update of /home/projects/pgsql/cvsroot/pgsql/src/backend/parser
     from hub.org:/home/projects/pgsql/tmp/cvs-serv61711/src/backend/parser

Modified Files:
    parse_func.c

-----------------------------  Log Message  -----------------------------

Modify heap_open()/heap_openr() API per pghackers discussion of 11 July.
These two routines will now ALWAYS elog() on failure, whether you ask for
a lock or not.  If you really want to get a NULL return on failure, call
the new routines heap_open_nofail()/heap_openr_nofail().  By my count there
are only about three places that actually want that behavior.  There were
rather more than three places that were missing the check they needed to
make under the old convention :-(.

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql/src/backend/executor (execAmi.c nodeTidscan.c)
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql/src/include/access (heapam.h)