diff options
author | Vadim B. Mikheev <vadim4o@yahoo.com> | 1997-10-27 12:07:13 +0000 |
---|---|---|
committer | Vadim B. Mikheev <vadim4o@yahoo.com> | 1997-10-27 12:07:13 +0000 |
commit | 6855820e8f13d798f271dc1498cb56ceb48dc521 (patch) | |
tree | 7db4d7f78f5634e75f4e5643a44e141cc91378cc /src/backend/commands/command.c | |
parent | 9b3d93293adde8f98f75886431202b636ceab004 (diff) | |
download | postgresql-6855820e8f13d798f271dc1498cb56ceb48dc521.tar.gz postgresql-6855820e8f13d798f271dc1498cb56ceb48dc521.zip |
c.h:
#define StrNCpy(dst,src,len) \
(strncpy((dst),(src),(len)),(len > 0) ? *((dst)+(len)-1)='\0' : \
NULL,(void)(dst))
^^^^^^ - to avoid "value computed is not used" from gcc
in ma-a-any places (should to fix thouse places instead, but ...
time)
config.h.in:
/*
* TBL_FREE_CMD_MEMORY: free memory allocated for an user query inside
* transaction block after this query is done.
*/
#define TBL_FREE_CMD_MEMORY
- this is default now.
Diffstat (limited to 'src/backend/commands/command.c')
0 files changed, 0 insertions, 0 deletions