pgsql: Fix up comment munged by pg_indent.

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix up comment munged by pg_indent.
Date: 2005-11-22 22:30:33
Message-ID: 20051122223033.22879DBD92@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix up comment munged by pg_indent. (Not pg_indent's fault; should have
protected comment with dashes the first time round.)

Modified Files:
--------------
pgsql/src/backend/utils/adt:
timestamp.c (r1.159 -> r1.160)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/timestamp.c.diff?r1=1.159&r2=1.160)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2005-11-22 23:06:56 pgsql: Add: > > * Add estimated_count(*) to return an estimate of
Previous Message James William Pye 2005-11-22 20:23:24 python - be: Minor bytea improvements.