pgsql: Here's a tiny fix for a harmless typo in catalog.c: Too much

From: neilc(at)svr1(dot)postgresql(dot)org (Neil Conway)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Here's a tiny fix for a harmless typo in catalog.c: Too much
Date: 2005-03-07 04:15:34
Message-ID: 20050307041534.BEAFE56387@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Here's a tiny fix for a harmless typo in catalog.c:

Too much space is allocated for tablespace file path, I guess the
directory name used to be "pg_tablespaces" instead of "pg_tblspc" at
some point.

Heikki Linnakangas

Modified Files:
--------------
pgsql/src/backend/catalog:
catalog.c (r1.57 -> r1.58)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/catalog/catalog.c.diff?r1=1.57&r2=1.58)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2005-03-07 04:30:56 pgsql: Rename canonical encodings, per Peter: UNICODE => UTF8 ALT =>
Previous Message Tom Lane 2005-03-07 02:00:28 pgsql: Add a note that regression test row ordering differences can be