Fix possible internal overflow in numeric division.
div_var_fast() postpones propagating carries in the same way as mul_var(),
so it has the same corner-case overflow risk we fixed in 246693e5ae8a36f0,
namely that the size of the carries has to be accounted for when setting
the threshold for execu
Fix possible internal overflow in numeric division.
div_var_fast() postpones propagating carries in the same way as mul_var(),
so it has the same corner-case overflow risk we fixed in 246693e5ae8a36f0,
namely that the size of the carries has to be accounted for when setting
the threshold for execu
Fix possible internal overflow in numeric division.
div_var_fast() postpones propagating carries in the same way as mul_var(),
so it has the same corner-case overflow risk we fixed in 246693e5ae8a36f0,
namely that the size of the carries has to be accounted for when setting
the threshold for execu
Fix possible internal overflow in numeric division.
div_var_fast() postpones propagating carries in the same way as mul_var(),
so it has the same corner-case overflow risk we fixed in 246693e5ae8a36f0,
namely that the size of the carries has to be accounted for when setting
the threshold for execu
Fix possible internal overflow in numeric division.
div_var_fast() postpones propagating carries in the same way as mul_var(),
so it has the same corner-case overflow risk we fixed in 246693e5ae8a36f0,
namely that the size of the carries has to be accounted for when setting
the threshold for execu
Fix possible internal overflow in numeric division.
div_var_fast() postpones propagating carries in the same way as mul_var(),
so it has the same corner-case overflow risk we fixed in 246693e5ae8a36f0,
namely that the size of the carries has to be accounted for when setting
the threshold for execu
Back-patch fixes to make TAP tests work on Windows.
This back-ports commit 13d856e177e69083 and assorted followon patches
into 9.4 and 9.5. 9.5 and HEAD are now substantially identical in all
the files touched by this commit, except that 010_pg_basebackup.pl has
a few more tests related to the ne
Back-patch fixes to make TAP tests work on Windows.
This back-ports commit 13d856e177e69083 and assorted followon patches
into 9.4 and 9.5. 9.5 and HEAD are now substantially identical in all
the files touched by this commit, except that 010_pg_basebackup.pl has
a few more tests related to the ne
On 11/16/15 10:51 PM, Euler Taveira wrote:
> On 17-11-2015 00:07, Peter Eisentraut wrote:
>> Message improvements
>>
>
> --- a/src/backend/commands/copy.c
> +++ b/src/backend/commands/copy.c
> @@ -874,7 +874,7 @@ DoCopy(const CopyStmt *stmt, const char
> *queryString, uint64 *processed)
>
Message style fix
from Euler Taveira
Branch
--
REL9_5_STABLE
Details
---
http://git.postgresql.org/pg/commitdiff/a408bd58a6746f919d96c840331707172cc2bf02
Modified Files
--
src/backend/commands/copy.c |2 +-
src/test/regress/expected/rowsecurity.out |2 +-
Message style fix
from Euler Taveira
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/c5ec4064120c12c7b8cd4772d0b9f571f5dd40b4
Modified Files
--
src/backend/commands/copy.c |2 +-
src/test/regress/expected/rowsecurity.out |2 +-
2 file
11 matches
Mail list logo