"Edmundo Robles L." <erobles(at)sensacd(dot)com(dot)mx> writes:
> gmake[4]: Entering directory `/u/erobles/postgresql-8.3.1/src/backend/utils/adt'
> cc -b elf -O -I../../../../src/include -I/usr/local/include -c -o cash.o cash.c
> "cash.c", line 814: error: invalid token: 100ll
> "cash.c", line 814: error: Syntax error before or at: ;
Hmm, seems our buildfarm is lacking machines that won't take that
construct, else we'd have noticed this long ago. These should all
be using the INT64CONST() macro.
regards, tom lane