diff options
author | Fujii Masao <fujii@postgresql.org> | 2015-06-11 22:31:18 +0900 |
---|---|---|
committer | Fujii Masao <fujii@postgresql.org> | 2015-06-11 22:31:18 +0900 |
commit | 966c37fdb5ed9b87f3e91eace4dbbed7909f6769 (patch) | |
tree | 65304d1c1ddc9b0aaeebf933e168221d2a1d77ae /src/backend/utils/adt/jsonfuncs.c | |
parent | aacb8b9277ec63ee848442ccc1aa4b3f6eab1893 (diff) | |
download | postgresql-966c37fdb5ed9b87f3e91eace4dbbed7909f6769.tar.gz postgresql-966c37fdb5ed9b87f3e91eace4dbbed7909f6769.zip |
Fix some issues in pg_rewind.
* 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.
Diffstat (limited to 'src/backend/utils/adt/jsonfuncs.c')
0 files changed, 0 insertions, 0 deletions