-
- Downloads
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() progname. Backpatch to 8.1.X and 8.0.X.
Showing
- src/backend/main/main.c 5 additions, 3 deletionssrc/backend/main/main.c
- src/backend/postmaster/postmaster.c 1 addition, 7 deletionssrc/backend/postmaster/postmaster.c
- src/include/postmaster/postmaster.h 2 additions, 1 deletionsrc/include/postmaster/postmaster.h
- src/port/path.c 17 additions, 16 deletionssrc/port/path.c
Loading
Please register or sign in to comment