Re: [PATCHES] typo in src/include/utils/array.h

2003-07-14 Thread Tom Lane
Weiping He <[EMAIL PROTECTED]> writes: > seems the comment of macro ARR_LBOUND missed '(a)', > here is the diff: Applied, thanks! regards, tom lane ---(end of broadcast)--- TIP 4: Don't 'kill -9' the postmaster

Re: [PATCHES] fix for new SUSET GUC variables

2003-07-14 Thread Tom Lane
Aizaz Ahmed <[EMAIL PROTECTED]> writes: > I believe when updating the GucContext enum, it is also necessary to > update the GucContext_names [] in backend/utils/misc/help_config.c. > The need to do this was supposed to be added as a comment to the guc.h > file, right about where GucContext is defin