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

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

From
sriggs@postgresql.org (Simon Riggs)
Date:
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)