>But the sign is 0.
>So is there anything wrong?
have look in src/backend/utils/adt/numeric.c @ 154 & 155 for POS & NEG
defination given as
154 #define NUMERIC_POS 0x0000
155 #define NUMERIC_NEG 0x4000
Regards,
Amul Sul
--
View this message in context: http://postgresql.1045698.n5.nabble.com/The-question-about-the-type-numeric-tp5800180p5800219.html
Sent from the PostgreSQL - hackers mailing list archive at Nabble.com.