Path to this page:
Subject: CVS commit: pkgsrc/databases/guile-pg
From: Greg Troxel
Date: 2013-05-03 17:23:36
Message id: 20130503152336.23489175DD@cvs.netbsd.org
Log Message:
Update to 0.46.
- 0.46 | 2013-03-14
- bugfix: handle connection options w/o "backup" env var
Previously, âpg-conndefaultsâ expected every option to have a
backup env var (e.g., option â#:hostâ and env var âPGHOSTâ).
For later versions of PostgreSQL which no longer maintain this
1:1 correspondance, Guile-PG would segfault.
Now, in such cases, the value associated w/ the key â#:envvarâ
in the alist returned by âpg-conndefaultsâ is â#fâ.
- planned retirement
- procedure â(database postgres) pg-getlineâ
- procedure â(database postgres) pg-getlineasyncâ
- procedure â(database postgres) pg-putlineâ
- procedure â(database postgres) pg-endcopyâ
These procedures are obsoleted by âpg-get-copy-dataâ and
âpg-put-copy-dataâ. They WILL BE REMOVED by 2013-12-31.
Actually, the first two were originally -- in Guile-PG 0.41
(2011-09-29) -- planned to be removed by 2012-12-31.
Support has been extended for solidarity w/ the latter two.
- bootstrap tools upgraded
- GNU Texinfo 5.1
Copyright (C) 2002-2013 Thien-Thi Nguyen
Copying and distribution of this file, with or without modification,
are permitted provided the copyright notice and this notice are preserved.
Files: