pgsql: Fix spacing in copyright.pl after being run with missing regex s

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix spacing in copyright.pl after being run with missing regex s
Date: 2012-07-06 14:57:21
Message-ID: E1Sn9yD-0006oY-F3@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix spacing in copyright.pl after being run with missing regex slash
(now added).

Backpatch to 9.2.

Branch
------
REL9_2_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/06850473fb7f8ef0b8be31ec4602fcc161ad0b36

Modified Files
--------------
src/tools/copyright.pl | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Jan Urbański 2012-07-06 15:01:52 Re: Re: [COMMITTERS] pgsql: Fix mapping of PostgreSQL encodings to Python encodings.
Previous Message Bruce Momjian 2012-07-06 13:39:41 pgsql: Update pg_upgrade comments for recent configpath fix.