Skip to content

Commit a804f9c

Browse files
committed
Add:
> * Allow creation of a libpq-only tarball >
1 parent ebbd2ed commit a804f9c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

doc/TODO

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
TODO list for PostgreSQL
22
========================
3-
Last updated: Tue Jun 24 19:05:15 EDT 2003
3+
Last updated: Tue Jun 24 22:43:52 EDT 2003
44

55
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
66

@@ -461,11 +461,13 @@ Source Code
461461
* Acquire lock on a relation before building a relcache entry for it
462462
* Research interaction of setitimer() and sleep() used by statement_timeout
463463
* Add checks for fclose() failure
464-
* Change CVS $Id: TODO,v 1.1070 2003/06/24 23:05:20 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1070 2003/06/24 23:05:20 momjian Exp $
464+
* Change CVS $Id: TODO,v 1.1071 2003/06/25 02:43:54 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1071 2003/06/25 02:43:54 momjian Exp $
465465
* Exit postmaster if postgresql.conf can not be opened
466466
* Rename /scripts directory because they are all C programs now
467467
* Allow the regression tests to start postmaster with -i so the tests
468468
can be run on systems that don't support unix-domain sockets
469+
* Allow creation of a libpq-only tarball
470+
469471

470472
* Wire Protocol Changes
471473
o Show transaction status in psql

0 commit comments

Comments
 (0)