pgsql: Remove contrib/spi/preprocessor, which has been uninteresting

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove contrib/spi/preprocessor, which has been uninteresting
Date: 2007-12-03 19:20:40
Message-ID: 20071203192040.114C57540F0@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Remove contrib/spi/preprocessor, which has been uninteresting ever
since we supported standard FOREIGN KEY constraint syntax. It was
harmless enough just sitting there, but the prospect of having to
document it is surely more work than it's worth.

Removed Files:
-------------
pgsql/contrib/spi/preprocessor:
README.MAX
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/spi/preprocessor/README.MAX)
example.sql
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/spi/preprocessor/example.sql)
step1.c
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/spi/preprocessor/step1.c)
step2.pl
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/spi/preprocessor/step2.pl)

Browse pgsql-committers by date

  From Date Subject
Next Message User Dpage 2007-12-03 21:04:51 edb-debugger - server: Cleanup a bunch of compiler warnings, C++isms
Previous Message Magnus Hagander 2007-12-03 17:17:05 pgsql: Default to integer timestamps being off until 8.4, to correspond