pgsql/src/backend/utils (Gen_fmgrtab.sh.in)

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql/src/backend/utils (Gen_fmgrtab.sh.in)
Дата
Msg-id 200005292018.QAA22923@hub.org
обсуждение исходный текст
Список pgsql-committers
  Date: Monday, May 29, 2000 @ 16:18:31
Author: tgl

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

Modified Files:
    Gen_fmgrtab.sh.in

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

Tweak fmgrtab generation so that the F_XXX macros that give OIDs for
built-in procedures are named after the prosrc field of pg_proc (ie,
the actual C function name), not the proname field.  This did not use
to make a difference back when the two were always the same, but in the
presence of overloaded proname values we'd best try to use the C name
instead.  AFAICT this change affects no existing code, but it is
necessary to be able to get at some built-in functions that no macro
was being generated for before.

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: REL7_0_PATCHES pgsql/src/backend/utils/adt (datetime.c nabstime.c)
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql/contrib/array (array_iterator.c)