mirror of
https://github.com/postgres/postgres.git
synced 2025-11-22 12:22:45 +03:00
check > in convert.c > does not consider the fact that the value in the field has been altered to > be a '1' if the > backend handed it a 't'. The net result being that the first row on any > subsequent queries > has all it's boolean set to 0. Aidan Mountford