bizgres - bizgres: Fix warning from pg_terminate_backend.c during - Mailing list pgsql-committers

From markir@pgfoundry.org (User Markir)
Subject bizgres - bizgres: Fix warning from pg_terminate_backend.c during
Date
Msg-id 20060820040126.0280686C6F5@pgfoundry.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Fix warning from pg_terminate_backend.c during compile - caused by a typo.
Standardize formatting in contrib directory Makefile.

Modified Files:
--------------
    bizgres/postgresql/contrib:
        Makefile (r1.2 -> r1.3)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/postgresql/contrib/Makefile.diff?r1=1.2&r2=1.3)
    bizgres/postgresql/contrib/pg_kill:
        pg_terminate_backend.c (r1.1 -> r1.2)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/postgresql/contrib/pg_kill/pg_terminate_backend.c.diff?r1=1.1&r2=1.2)

pgsql-committers by date:

Previous
From: markir@pgfoundry.org (User Markir)
Date:
Subject: bizgres - bizgres: Add contrib module pg_kill discussed previously but
Next
From: meskes@postgresql.org (Michael Meskes)
Date:
Subject: pgsql: Fixed a few trivial memory leaks reported by Coverity just to