]> git.ipfire.org Git - thirdparty/kea.git/commit
[#2323] PostgreSQL CB function needs cast to BIGINT Kea-2.1.3
authorThomas Markwalder <tmark@isc.org>
Mon, 21 Feb 2022 17:45:11 +0000 (12:45 -0500)
committerThomas Markwalder <tmark@isc.org>
Mon, 21 Feb 2022 17:45:11 +0000 (12:45 -0500)
commit22c8ddf7aa35922b9551421f43a787bb62dcf539
tree745095ea3a7ef8e830c19f68c273093bb1699aff
parent12a62ae17d8f96c6c1a180e76d904f6f394bfb96
[#2323] PostgreSQL CB function needs cast to BIGINT

src/share/database/scripts/pgsql/dhcpdb_create.pgsql
src/share/database/scripts/pgsql/upgrade_008_to_009.sh.in

    Add cast to BIGINT to gmt_epoch(). Postgresql 9x is unhappy without it.
src/share/database/scripts/pgsql/dhcpdb_create.pgsql
src/share/database/scripts/pgsql/upgrade_008_to_009.sh.in