Re: [HACKERS] psql source suggestions

2003-02-12 Thread Bruce Momjian
Sure. Shoot them over. --- Jeroen T. Vermeulen wrote: > I've been playing around with the source for psql, and as a result I > did some cleaning up in common.c. Would anyone be interested in seeing > patches for that? The

Re: [HACKERS] psql source suggestions

2003-02-12 Thread Tom Lane
"Jeroen T. Vermeulen" <[EMAIL PROTECTED]> writes: > I've been playing around with the source for psql, and as a result I > did some cleaning up in common.c. Would anyone be interested in seeing > patches for that? The main benefit is some eliminated code duplication, > plus the removal of some wa

[HACKERS] psql source suggestions

2003-02-12 Thread Jeroen T. Vermeulen
I've been playing around with the source for psql, and as a result I did some cleaning up in common.c. Would anyone be interested in seeing patches for that? The main benefit is some eliminated code duplication, plus the removal of some warts like 'continue' and 'break' where they weren't needed.