pgsql: Remove outdated comments from the regression test files. - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: Remove outdated comments from the regression test files.
Date
Msg-id E1PI1Uc-0004gA-Bu@gemulon.postgresql.org
Whole thread Raw
Responses Re: pgsql: Remove outdated comments from the regression test files.  (Bruce Momjian <bruce@momjian.us>)
List pgsql-committers
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(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Fix copy-and-pasteo a little more completely.
Next
From: Robert Haas
Date:
Subject: pgsql: Add new buffers_backend_fsync field to pg_stat_bgwriter.