pgsql/src/backend/access/transam xlog.c

From: tgl(at)postgresql(dot)org
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/backend/access/transam xlog.c
Date: 2001-09-26 20:24:02
Message-ID: 200109262024.f8QKO2V77774@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql
Changes by: tgl(at)postgresql(dot)org 01/09/26 16:24:02

Modified files:
src/backend/access/transam: xlog.c

Log message:
Remove useless test for time field in pg_control being > 0. We don't
need this, and it will create a Y2038 failure. Per report from David
Wheeler, who is evidently running on a platform where time_t is already
negative.

Browse pgsql-committers by date

  From Date Subject
Next Message tgl 2001-09-26 21:09:27 pgsql/src/backend/catalog index.c
Previous Message momjian 2001-09-26 19:57:01 pgsql/src/backend/libpq hba.c