| From: | Tom Lane <tgl> |
|---|---|
| To: | pgsql-committers(at)postgresql(dot)org |
| Subject: | pgsql/src/backend/tcop (fastpath.c) |
| Date: | 2000-06-05 07:28:51 |
| Message-ID: | 200006050728.e557Sps83909@hub.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Date: Monday, June 5, 2000 @ 03:28:49
Author: tgl
Update of /home/projects/pgsql/cvsroot/pgsql/src/backend/tcop
from hub.org:/home/projects/pgsql/tmp/cvs-serv83654/src/backend/tcop
Modified Files:
fastpath.c
----------------------------- Log Message -----------------------------
Latest round of fmgr updates. All functions with bool,char, or int2
inputs have been converted to newstyle. This should go a long way towards
fixing our portability problems with platforms where char and short
parameters are passed differently from int-width parameters. Still
more to do for the Alpha port however.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2000-06-05 07:28:53 | pgsql/src/backend/utils/adt (acl.c bool.c cash.c char.c float.c formatting.c geo_selfuncs.c int.c numeric.c oid.c regproc.c selfuncs.c varchar.c misc.c) |
| Previous Message | Tom Lane | 2000-06-05 07:28:49 | pgsql/src/backend/storage/smgr (smgr.c smgrtype.c) |