pgsql: Improve psql's internal print.c code by introducing an actual

From: alvherre(at)postgresql(dot)org (Alvaro Herrera)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Improve psql's internal print.c code by introducing an actual
Date: 2008-05-12 22:59:58
Message-ID: 20080512225958.AA4EF7559E9@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Improve psql's internal print.c code by introducing an actual print API.
Provides for better code readability, but mainly this is infrastructure changes
to allow further changes such as arbitrary footers on printed tables. Also,
the translation status of each element in the table is more easily customized.

Brendan Jurd, with some editorialization by me.

Modified Files:
--------------
pgsql/src/bin/psql:
describe.c (r1.170 -> r1.171)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/describe.c?r1=1.170&r2=1.171)
print.c (r1.99 -> r1.100)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/print.c?r1=1.99&r2=1.100)
print.h (r1.36 -> r1.37)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/print.h?r1=1.36&r2=1.37)
pgsql/src/bin/scripts:
common.c (r1.31 -> r1.32)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/scripts/common.c?r1=1.31&r2=1.32)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2008-05-13 00:14:11 pgsql: Fix a bug in the previous patch, which caused the title pointer
Previous Message Bruce Momjian 2008-05-12 20:50:53 pgsql: Todo done: > * -Improve dead row detection during