pgsql: Remove outdated comments from the regression test files.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove outdated comments from the regression test files.
Date: 2010-11-15 16:01:18
Message-ID: E1PI1Uc-0004gA-Bu@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

Remove outdated comments from the regression test files.

Since 2004, int2 and int4 operators do detect overflow; this was fixed by
commit 4171bb869f234281a13bb862d3b1e577bf336242.

Extracted from a larger patch by Andres Freund.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=8d70ed84ba577abf9e985518024fb92e2081dac9

Modified Files
--------------
src/test/regress/expected/int2.out | 2 --
src/test/regress/expected/int4.out | 2 --
src/test/regress/sql/int2.sql | 2 --
src/test/regress/sql/int4.sql | 2 --
4 files changed, 0 insertions(+), 8 deletions(-)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2010-11-15 17:47:19 pgsql: Add new buffers_backend_fsync field to pg_stat_bgwriter.
Previous Message Robert Haas 2010-11-15 15:11:37 pgsql: Fix copy-and-pasteo a little more completely.

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2010-11-15 16:12:00 Re: Latches with weak memory ordering (Re: max_wal_senders must die)
Previous Message Kevin Grittner 2010-11-15 15:56:54 Re: SSI update