aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/jsonfuncs.c
diff options
context:
space:
mode:
authorFujii Masao <fujii@postgresql.org>2015-06-11 22:31:18 +0900
committerFujii Masao <fujii@postgresql.org>2015-06-11 22:31:18 +0900
commit966c37fdb5ed9b87f3e91eace4dbbed7909f6769 (patch)
tree65304d1c1ddc9b0aaeebf933e168221d2a1d77ae /src/backend/utils/adt/jsonfuncs.c
parentaacb8b9277ec63ee848442ccc1aa4b3f6eab1893 (diff)
downloadpostgresql-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