pgsql: Shorten suffix of automatically created indexes to "_excl" when

From: sriggs(at)postgresql(dot)org (Simon Riggs)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Shorten suffix of automatically created indexes to "_excl" when
Date: 2010-03-22 15:24:11
Message-ID: 20100322152411.733787541D0@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Shorten suffix of automatically created indexes to "_excl" when using
exclusion constraints, in line with string length of other pre-9.0 suffixes.

Modified Files:
--------------
pgsql/src/backend/commands:
indexcmds.c (r1.194 -> r1.195)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/indexcmds.c?r1=1.194&r2=1.195)

Browse pgsql-committers by date

  From Date Subject
Next Message David Fetter 2010-03-22 16:27:28 Re: pgsql: Fix an oversight in join-removal optimization: we have to check
Previous Message Bruce Momjian 2010-03-22 14:56:09 pgsql: Re-order createuser and vacuumedb documentation options, for