-
- Downloads
Code + docs review for escaping of option values (commit 11a020eb).
Avoid memory leak from incorrect choice of how to free a StringInfo (resetStringInfo doesn't do it). Now that pg_split_opts doesn't scribble on the optstr, mark that as "const" for clarity. Attach the commentary in protocol.sgml to the right place, and add documentation about the user-visible effects of this change on postgres' -o option and libpq's PGOPTIONS option.
Showing
- doc/src/sgml/libpq.sgml 6 additions, 3 deletionsdoc/src/sgml/libpq.sgml
- doc/src/sgml/protocol.sgml 6 additions, 6 deletionsdoc/src/sgml/protocol.sgml
- doc/src/sgml/ref/postgres-ref.sgml 10 additions, 4 deletionsdoc/src/sgml/ref/postgres-ref.sgml
- src/backend/utils/init/postinit.c 6 additions, 5 deletionssrc/backend/utils/init/postinit.c
- src/include/miscadmin.h 1 addition, 1 deletionsrc/include/miscadmin.h
Loading
Please register or sign in to comment