mirror of https://github.com/postgres/postgres
* Remove invalid option character "N" from the third argument (valid option string) of getopt_long(). * Use pg_free() or pfree() to free the memory allocated by pg_malloc() or palloc() instead of always using free(). * Assume problem is no disk space if write() fails but doesn't set errno. * Fix several typos. Patch by me. Review by Michael Paquier.pull/14/head
parent
aacb8b9277
commit
966c37fdb5
Loading…
Reference in new issue