pgsql/src/backend/utils (Gen_fmgrtab.sh.in) - Mailing list pgsql-committers

From Tom Lane
Subject pgsql/src/backend/utils (Gen_fmgrtab.sh.in)
Date
Msg-id 200005292018.QAA22923@hub.org
Whole thread Raw
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: REL7_0_PATCHES pgsql/src/backend/utils/adt (datetime.c nabstime.c)
Next
From: Tom Lane
Date:
Subject: pgsql/contrib/array (array_iterator.c)