[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 K&R 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 K&R. That is from my own patch against entab for the same pr

Re: [PATCHES] Cleaning up unreferenced table files

2005-05-05 Thread Tom Lane
Bruce Momjian 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 that it does that rather

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 To