diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2009-12-12 19:25:10 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2009-12-12 19:25:10 +0000 |
commit | 2714d78dacb920888b5a84720f3227672b2a05db (patch) | |
tree | 65d75eee79c17dc4a5ef422bbf1a39feba218ba2 /src/backend/commands/variable.c | |
parent | f061928c91d407a709b04770713a7e5739778b64 (diff) | |
download | postgresql-2714d78dacb920888b5a84720f3227672b2a05db.tar.gz postgresql-2714d78dacb920888b5a84720f3227672b2a05db.zip |
Fix integer-to-bit-string conversions to handle the first fractional byte
correctly when the output bit width is wider than the given integer by
something other than a multiple of 8 bits.
This has been wrong since I first wrote that code for 8.0 :-(. Kudos to
Roman Kononov for being the first to notice, though I didn't use his
patch. Per bug #5237.
Diffstat (limited to 'src/backend/commands/variable.c')
0 files changed, 0 insertions, 0 deletions