[COMMITTERS] pgsql: Set progname early in the postmaster/postgres binary, rather than

2006-01-31 Thread Bruce Momjian
Log Message: --- Set progname early in the postmaster/postgres binary, rather than doing it later. This fixes a problem where EXEC_BACKEND didn't have progname set, causing a segfault if log_min_messages was set below debug2 and our own snprintf.c was being used. Also alway strdup() progn

[COMMITTERS] pgsql: Set progname early in the postmaster/postgres binary, rather than

2006-01-31 Thread Bruce Momjian
Log Message: --- Set progname early in the postmaster/postgres binary, rather than doing it later. This fixes a problem where EXEC_BACKEND didn't have progname set, causing a segfault if log_min_messages was set below debug2 and our own snprintf.c was being used. Also alway strdup() progn

[COMMITTERS] pgsql: Set progname early in the postmaster/postgres binary, rather than

2006-01-31 Thread Bruce Momjian
Log Message: --- Set progname early in the postmaster/postgres binary, rather than doing it later. This fixes a problem where EXEC_BACKEND didn't have progname set, causing a segfault if log_min_messages was set below debug2 and our own snprintf.c was being used. Also alway strdup() progn