CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: [EMAIL PROTECTED] 03/11/30 17:56:36
Modified files:
src/backend/port: Tag: REL7_3_STABLE sysv_shmem.c
src/backend/postmaster: Tag: REL7_3_STABLE pgstat.c
src/include/storage: Tag: REL7_3_STABLE pg_shmem.h
Log message:
Back-patch fix to cause stats processes to detach from shared memory,
so that they do not prevent the postmaster from deleting the shmem segment
during crash recovery.
---------------------------(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