Tom Lane writes: > Peter Eisentraut <[EMAIL PROTECTED]> writes: > > perhaps > > #define IsA_Value(t) \ > > (IsA(t, Integer) || IsA(t, Float) || IsA(t, String)) > > should be augmented with BitString. Can someone advise? > > Yes, definitely --- see the sole use of that macro, in outfuncs.c. Maybe this macro could be removed and expanded in place. That would make things more transparent. Or is there any other potential use? -- Peter Eisentraut [EMAIL PROTECTED] http://yi.org/peter-e/
- Re: [HACKERS] Bit strings Bruce Momjian
- Re: [HACKERS] Bit strings Tom Lane
- Re: [HACKERS] Bit strings Bruce Momjian
- Re: [HACKERS] Bit strings Peter Eisentraut
- Re: [HACKERS] Bit strings Tom Lane
- Re: [HACKERS] Bit strings Peter Eisentraut
- Re: [HACKERS] Bit strings Tom Lane
- Re: [HACKERS] Bit strings Bruce Momjian