CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: [EMAIL PROTECTED] 03/12/07 15:56:07
Modified files:
contrib/pg_autovacuum: Tag: REL7_4_STABLE pg_autovacuum.c
contrib/pgbench: Tag: REL7_4_STABLE pgbench.c
Log message:
Replace unportable and overflow-prone use of 'long long' with safer
'double' arithmetic, per recent discussion.
---------------------------(end of broadcast)---------------------------
TIP 9: the planner will ignore your desire to choose an index scan if your
joining column's datatypes do not match