Avoid repeated computation of the constants date2j(1970, 1, 1) and

Tom Lane <tgl@sss.pgh.pa.us>

Commit: d685417fbb8692d5ddee8ce60fc80e6b228c81bf
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2003-04-04T04:50:44Z
Releases: 7.4.1
Avoid repeated computation of the constants date2j(1970, 1, 1) and
date2j(2000, 1, 1).  Should make for some marginal speed improvement
in date/time operations.

Files