pgsql: Remove ipc_test.

Started by Robert Haasover 12 years ago6 messagescomitters
Jump to latest
#1Robert Haas
robertmhaas@gmail.com

Remove ipc_test.

This doesn't seem to be useful any more, and it's not really worth the
effort to keep updating it every time relevant dependencies or calling
signatures in the shared memory or semaphore code change.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/b8a721149b190dc09c00620f65cb85b190b83d45

Modified Files
--------------
src/backend/port/Makefile | 4 -
src/backend/port/ipc_test.c | 334 -------------------------------------------
2 files changed, 338 deletions(-)

--
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers

#2Thom Brown
thom@linux.com
In reply to: Robert Haas (#1)
Re: pgsql: Remove ipc_test.

On 7 April 2014 15:42, Robert Haas <rhaas@postgresql.org> wrote:

Remove ipc_test.

This doesn't seem to be useful any more, and it's not really worth the
effort to keep updating it every time relevant dependencies or calling
signatures in the shared memory or semaphore code change.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/b8a721149b190dc09c00620f65cb85b190b83d45

Modified Files
--------------
src/backend/port/Makefile | 4 -
src/backend/port/ipc_test.c | 334 -------------------------------------------
2 files changed, 338 deletions(-)

Noooo! That was my favourite test!

--
Thom

--
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers

#3Robert Haas
robertmhaas@gmail.com
In reply to: Thom Brown (#2)
Re: pgsql: Remove ipc_test.

On Mon, Apr 7, 2014 at 10:45 AM, Thom Brown <thom@linux.com> wrote:

Noooo! That was my favourite test!

/me blinks.

Is that a serious objection, or are you just being flip?

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

--
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers

#4Thom Brown
thom@linux.com
In reply to: Robert Haas (#3)
Re: pgsql: Remove ipc_test.

On 7 April 2014 15:51, Robert Haas <robertmhaas@gmail.com> wrote:

On Mon, Apr 7, 2014 at 10:45 AM, Thom Brown <thom@linux.com> wrote:

Noooo! That was my favourite test!

/me blinks.

Is that a serious objection, or are you just being flip?

I've never used it.

--
Thom

--
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers

#5Tom Lane
tgl@sss.pgh.pa.us
In reply to: Robert Haas (#1)
Re: pgsql: Remove ipc_test.

Robert Haas <rhaas@postgresql.org> writes:

Remove ipc_test.

Please zap the ipc_test references in the Makefile's "make clean" target
too.

I realize you probably left those in intentionally, but I don't think
it's a good idea for clean targets to remove files that weren't built.
I think such leftover operations are time bombs: someday, many years
from now, that might remove a file somebody wanted.

regards, tom lane

--
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers

#6Robert Haas
robertmhaas@gmail.com
In reply to: Tom Lane (#5)
Re: pgsql: Remove ipc_test.

On Mon, Apr 7, 2014 at 11:07 AM, Tom Lane <tgl@sss.pgh.pa.us> wrote:

Robert Haas <rhaas@postgresql.org> writes:

Remove ipc_test.

Please zap the ipc_test references in the Makefile's "make clean" target
too.

I realize you probably left those in intentionally, but I don't think
it's a good idea for clean targets to remove files that weren't built.
I think such leftover operations are time bombs: someday, many years
from now, that might remove a file somebody wanted.

Nah, just an oversight. Sorry about that; removed now.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

--
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers