pgsql/contrib Makefile README pgcrypto/Makefil ... - Mailing list pgsql-committers

From momjian@postgresql.org
Subject pgsql/contrib Makefile README pgcrypto/Makefil ...
Date
Msg-id 200109290311.f8T3Bw468848@postgresql.org
Whole thread Raw
List pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    momjian@postgresql.org    01/09/28 23:11:58

Modified files:
    contrib        : Makefile README
    contrib/pgcrypto: Makefile README.pgcrypto pgcrypto.sql.in

Log message:
    I noticed that the contrib Makefiles were reorganized.
    Converted pgcrypto one too.

    * Changed default randomness source to libc random()
    That way pgcrypto does not have any external dependencies
    and should work everywhere.
    * Re-enabled pgcrypto build in contrib/makefile
    * contrib/README update - there is more stuff than
    only 'hash functions'
    * Noted the libc random fact in README.pgcrypto

    Marko Kreen


pgsql-committers by date:

Previous
From: momjian@postgresql.org
Date:
Subject: pgsql/src/bin/pg_ctl pg_ctl.sh
Next
From: momjian@postgresql.org
Date:
Subject: pgsql/src/interfaces/jdbc/org/postgresql/test/ ...