tree. This also catches lots of little Makefile bugs, so here's a small
patch for one of them (replacing an explicit reference to thread.c with
a reference to it as the first prerequsite of the rule makes make look
for it in the place where it was found (the source tree) rather than in
the build tree. (using GNU make 3.79.1)
John Gray
TODO list for PostgreSQL
========================
-Last updated: Mon Aug 11 18:39:47 EDT 2003
+Last updated: Tue Aug 12 18:04:15 EDT 2003
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
* Allow logging of only data definition(DDL), or DDL and modification statements
* Allow log lines to include session-level information, like database and user
* Allow server log information to be output as INSERT statements
+* Prevent default re-use of sysids for dropped users and groups
+* Prevent dropping user that still owns objects, or auto-drop the objects
+
Data Types
$(AR) crs $@ $^
thread.o: thread.c
- $(CC) $(CFLAGS) $(CPPFLAGS) $(THREAD_CFLAGS) -c thread.c
+ $(CC) $(CFLAGS) $(CPPFLAGS) $(THREAD_CFLAGS) -c $<
clean distclean maintainer-clean:
rm -f libpgport.a $(LIBOBJS)