From: | Tom Lane <tgl> |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql/src/backend/utils (Gen_fmgrtab.sh.in) |
Date: | 2000-05-29 20:18:31 |
Message-ID: | 200005292018.QAA22923@hub.org |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | 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.
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2000-05-29 20:30:12 | pgsql/contrib/array (array_iterator.c) |
Previous Message | Tom Lane | 2000-05-29 19:19:08 | REL7_0_PATCHES pgsql/src/backend/utils/adt (datetime.c nabstime.c) |