pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/databases/guile-pg



Module Name:    pkgsrc
Committed By:   gdt
Date:           Fri May  3 15:23:36 UTC 2013

Modified Files:
        pkgsrc/databases/guile-pg: Makefile distinfo
Removed Files:
        pkgsrc/databases/guile-pg/patches: patch-src_libpq.c

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.


To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 pkgsrc/databases/guile-pg/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/databases/guile-pg/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/databases/guile-pg/patches/patch-src_libpq.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index