[COMMITTERS] pgsql: Fix NUMERIC field access macros to treat NaNs consistently.

2015-01-27 Thread Tom Lane
Fix NUMERIC field access macros to treat NaNs consistently. Commit 145343534c153d1e6c3cff1fa1855787684d9a38 arranged to store numeric NaN values as short-header numerics, but the field access macros did not get the memo: they thought only "SHORT" numerics have short headers. Most of the time this

[COMMITTERS] pgsql: Fix NUMERIC field access macros to treat NaNs consistently.

2015-01-27 Thread Tom Lane
Fix NUMERIC field access macros to treat NaNs consistently. Commit 145343534c153d1e6c3cff1fa1855787684d9a38 arranged to store numeric NaN values as short-header numerics, but the field access macros did not get the memo: they thought only "SHORT" numerics have short headers. Most of the time this

[COMMITTERS] pgsql: Fix NUMERIC field access macros to treat NaNs consistently.

2015-01-27 Thread Tom Lane
Fix NUMERIC field access macros to treat NaNs consistently. Commit 145343534c153d1e6c3cff1fa1855787684d9a38 arranged to store numeric NaN values as short-header numerics, but the field access macros did not get the memo: they thought only "SHORT" numerics have short headers. Most of the time this

[COMMITTERS] pgsql: Fix NUMERIC field access macros to treat NaNs consistently.

2015-01-27 Thread Tom Lane
Fix NUMERIC field access macros to treat NaNs consistently. Commit 145343534c153d1e6c3cff1fa1855787684d9a38 arranged to store numeric NaN values as short-header numerics, but the field access macros did not get the memo: they thought only "SHORT" numerics have short headers. Most of the time this

[COMMITTERS] pgsql: Fix NUMERIC field access macros to treat NaNs consistently.

2015-01-27 Thread Tom Lane
Fix NUMERIC field access macros to treat NaNs consistently. Commit 145343534c153d1e6c3cff1fa1855787684d9a38 arranged to store numeric NaN values as short-header numerics, but the field access macros did not get the memo: they thought only "SHORT" numerics have short headers. Most of the time this