[PATCHES] entab vs. gcc4 again

2005-05-05 Thread Marko Kreen
There was a patch applied against entab/halt.c that converts it away from KR varargs. But it's buggy, its makes halt() use second argment as format string, not first. Following patch fixes it, but also converts entab/entab.c away from KR. That is from my own patch against entab for the same

Re: [PATCHES] Cleaning up unreferenced table files

2005-05-05 Thread Tom Lane
Bruce Momjian pgman@candle.pha.pa.us writes: Applied. Now that I've had a chance to look at it, this patch is thoroughly broken. Problems observed in a quick review: 1. It doesn't work at all for non-default tablespaces: it will claim that every file in such a tablespace is stale. The fact

Re: [PATCHES] COPY CSV header line feature

2005-05-05 Thread Bruce Momjian
Here is an updated version of this patch, with documentation changes. I have already updated the gram.y comment you suggested. --- Andrew Dunstan wrote: ammended patch attached. sorry for the oversight. I agree with