Thread: pgsql-server/contrib/intarray _int.c

pgsql-server/contrib/intarray _int.c

From
tgl@postgresql.org (Tom Lane)
Date:
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    tgl@postgresql.org    03/05/16 14:49:52

Modified files:
    contrib/intarray: _int.c

Log message:
    Fix failure when uniq-ifying an array of zero elements.

    Teodor Sigaev