pgsql: Address set of issues with errno handling

2018-06-24 Thread Michael Paquier
Address set of issues with errno handling System calls mixed up in error code paths are causing two issues which several code paths have not correctly handled: 1) For write() calls, sometimes the system may return less bytes than what has been written without errno being set. Some paths were care

pgsql: Address set of issues with errno handling

2018-06-24 Thread Michael Paquier
Address set of issues with errno handling System calls mixed up in error code paths are causing two issues which several code paths have not correctly handled: 1) For write() calls, sometimes the system may return less bytes than what has been written without errno being set. Some paths were care

pgsql: Address set of issues with errno handling

2018-06-24 Thread Michael Paquier
Address set of issues with errno handling System calls mixed up in error code paths are causing two issues which several code paths have not correctly handled: 1) For write() calls, sometimes the system may return less bytes than what has been written without errno being set. Some paths were care

pgsql: Address set of issues with errno handling

2018-06-24 Thread Michael Paquier
Address set of issues with errno handling System calls mixed up in error code paths are causing two issues which several code paths have not correctly handled: 1) For write() calls, sometimes the system may return less bytes than what has been written without errno being set. Some paths were care

pgsql: Address set of issues with errno handling

2018-06-24 Thread Michael Paquier
Address set of issues with errno handling System calls mixed up in error code paths are causing two issues which several code paths have not correctly handled: 1) For write() calls, sometimes the system may return less bytes than what has been written without errno being set. Some paths were care

pgsql: Address set of issues with errno handling

2018-06-24 Thread Michael Paquier
Address set of issues with errno handling System calls mixed up in error code paths are causing two issues which several code paths have not correctly handled: 1) For write() calls, sometimes the system may return less bytes than what has been written without errno being set. Some paths were care

pgsql: doc: adjust order of NUMERIC arguments to match syntax

2018-06-24 Thread Bruce Momjian
doc: adjust order of NUMERIC arguments to match syntax Specifically, mention precision before scale Reported-by: [email protected] Discussion: https://postgr.es/m/[email protected] Backpatch-through: 9.3 Branch -- REL9_3_STABLE Details -

pgsql: doc: adjust order of NUMERIC arguments to match syntax

2018-06-24 Thread Bruce Momjian
doc: adjust order of NUMERIC arguments to match syntax Specifically, mention precision before scale Reported-by: [email protected] Discussion: https://postgr.es/m/[email protected] Backpatch-through: 9.3 Branch -- REL9_5_STABLE Details -

pgsql: doc: adjust order of NUMERIC arguments to match syntax

2018-06-24 Thread Bruce Momjian
doc: adjust order of NUMERIC arguments to match syntax Specifically, mention precision before scale Reported-by: [email protected] Discussion: https://postgr.es/m/[email protected] Backpatch-through: 9.3 Branch -- REL9_6_STABLE Details -

pgsql: doc: adjust order of NUMERIC arguments to match syntax

2018-06-24 Thread Bruce Momjian
doc: adjust order of NUMERIC arguments to match syntax Specifically, mention precision before scale Reported-by: [email protected] Discussion: https://postgr.es/m/[email protected] Backpatch-through: 9.3 Branch -- REL_10_STABLE Details -

pgsql: doc: adjust order of NUMERIC arguments to match syntax

2018-06-24 Thread Bruce Momjian
doc: adjust order of NUMERIC arguments to match syntax Specifically, mention precision before scale Reported-by: [email protected] Discussion: https://postgr.es/m/[email protected] Backpatch-through: 9.3 Branch -- REL9_4_STABLE Details -

pgsql: doc: adjust order of NUMERIC arguments to match syntax

2018-06-24 Thread Bruce Momjian
doc: adjust order of NUMERIC arguments to match syntax Specifically, mention precision before scale Reported-by: [email protected] Discussion: https://postgr.es/m/[email protected] Backpatch-through: 9.3 Branch -- master Details ---