edb-debugger - server: Fix the debugger plugin following the header - Mailing list pgsql-committers

From dpage@pgfoundry.org (Dave Page)
Subject edb-debugger - server: Fix the debugger plugin following the header
Date
Msg-id 20090108095631.CE07017ADE54@pgfoundry.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Fix the debugger plugin following the header cleanup in Postgres.

Modified Files:
--------------
    server:
        plugin_debugger.c (r1.8 -> r1.9)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/edb-debugger/server/plugin_debugger.c.diff?r1=1.8&r2=1.9)
        plugin_profiler.c (r1.6 -> r1.7)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/edb-debugger/server/plugin_profiler.c.diff?r1=1.6&r2=1.7)

pgsql-committers by date:

Previous
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Document current_query() as being the _client_ query.
Next
From: petere@postgresql.org (Peter Eisentraut)
Date:
Subject: pgsql: Add note that not all SQL commands support ONLY in the same way.