diff options
author | Bruce Momjian <bruce@momjian.us> | 2000-03-23 17:27:36 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2000-03-23 17:27:36 +0000 |
commit | b2d867fb086c2b8c504387d177b80b9d09b76370 (patch) | |
tree | 668d491727e83dcbae3962b730851e53620e8e5b /src/backend/tcop/postgres.c | |
parent | 90cb4c89dffae564a8ab803e9f0213625207afe7 (diff) | |
download | postgresql-b2d867fb086c2b8c504387d177b80b9d09b76370.tar.gz postgresql-b2d867fb086c2b8c504387d177b80b9d09b76370.zip |
Some points for portability improvements:
1. C++ style comments in C source for ecpg ( // comment )
2. compiler finds wrong include file extern.h in ecpg/lib/descriptor.c
from
include path instead of workdir (rename it ?)
3. fe-connect getsockopt takes a socklen_t as fifth arg not int (use
SOCKET_SIZE_TYPE instead)
4. char vs unsigned char in psql calls to libpq
5. empty define that results in an empty but terminated line ( ; )
Now for all but point 3 I can supply changes to the
compiler flags, to make the compiler less pedantic.
Or is someone interested in the complications ?
in the meantime can someone apply the attached patch ?
Andreas
Diffstat (limited to 'src/backend/tcop/postgres.c')
0 files changed, 0 insertions, 0 deletions