pgsql: Clean up failure to use ClosePager() where appropriate in help.c. - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Clean up failure to use ClosePager() where appropriate in help.c.
Date
Msg-id 20100813205618.DD4AD7541D7@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Clean up failure to use ClosePager() where appropriate in help.c.
Also prevent possible repeat opening of pager in helpSQL().

Modified Files:
--------------
    pgsql/src/bin/psql:
        help.c (r1.161 -> r1.162)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/help.c?r1=1.161&r2=1.162)

pgsql-committers by date:

Previous
From: rhaas@postgresql.org (Robert Haas)
Date:
Subject: pgsql: Include the backend ID in the relpath of temporary relations.
Next
From: Tom Lane
Date:
Subject: Re: pgsql: Include the backend ID in the relpath of temporary relations.