diff options
author | Peter Eisentraut <peter@eisentraut.org> | 2023-04-05 07:34:52 +0200 |
---|---|---|
committer | Peter Eisentraut <peter@eisentraut.org> | 2023-04-05 07:34:52 +0200 |
commit | c209d317e9b818e25b30703c60113875acb73008 (patch) | |
tree | 1ca05805ce18b533ddbefac458ac371f01001744 /contrib/postgres_fdw/postgres_fdw.c | |
parent | 9d2a464a04846961ffa6b5f2c25b68bc2bf0af67 (diff) | |
download | postgresql-c209d317e9b818e25b30703c60113875acb73008.tar.gz postgresql-c209d317e9b818e25b30703c60113875acb73008.zip |
Fix minor signed/unsigned mixup
The chunk header is unsigned, and the output format takes unsigned, so
casting it to signed in between is incorrect.
Diffstat (limited to 'contrib/postgres_fdw/postgres_fdw.c')
0 files changed, 0 insertions, 0 deletions