pgsql: Include dllist.c directly instead of assuming that libpq will - Mailing list pgsql-committers

From tgl@svr1.postgresql.org (Tom Lane)
Subject pgsql: Include dllist.c directly instead of assuming that libpq will
Date
Msg-id 20041016215003.D104D329D9C@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Include dllist.c directly instead of assuming that libpq will provide it.
Whack some semblance of project-conventions-conformance into pg_autovacuum.h.

Modified Files:
--------------
    pgsql/contrib/pg_autovacuum:
        Makefile (r1.2 -> r1.3)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/pg_autovacuum/Makefile.diff?r1=1.2&r2=1.3)
        pg_autovacuum.c (r1.21 -> r1.22)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/pg_autovacuum/pg_autovacuum.c.diff?r1=1.21&r2=1.22)
        pg_autovacuum.h (r1.11 -> r1.12)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/pg_autovacuum/pg_autovacuum.h.diff?r1=1.11&r2=1.12)

pgsql-committers by date:

Previous
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Give a more user-friendly error message in case where a table is
Next
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Remove dllist.c from libpq.