Neil Conway <neilc(at)samurai(dot)com> writes:
> - change the method of finding the current date & time -- it's still an
> ugly hack, although arguably less so. Now we do:
Can't we push that into some subroutine exported by one of the
datetime-related utils/adt files? It seems a bad idea for pgstatfuncs.c
to get so cozy with the internal representation of some other module's
datatype.
regards, tom lane