Re: [HACKERS] Another pgindent request
Bruce Momjian <[EMAIL PROTECTED]> writes: > I must have added this since 7.1, probably because of a mention from > you. Oh, okay ... I must've forgot complaining about it before ... regards, tom lane ---(end of broadcast)--
Re: [HACKERS] Another pgindent request
Already handled. I ran it on proc.c and got: MyProc->errType = STATUS_OK;/* initialize result for success */ The feature was added with: # add space after comments that start on tab stops sed 's,;\(/\*.*\*/\)$,; \1,' | I must have added this since