]> granicus.if.org Git - postgresql/commit
This patch covers several to-do items that I had for libpgtcl:
authorBruce Momjian <bruce@momjian.us>
Mon, 21 Sep 1998 01:02:04 +0000 (01:02 +0000)
committerBruce Momjian <bruce@momjian.us>
Mon, 21 Sep 1998 01:02:04 +0000 (01:02 +0000)
commit4b048fbfaa16c8c35ee2a8411c9f0305d1c399b8
treebee21dc89db8fcca0fbbf0340a6d22792776db35
parentb0297d806bc8e0357d34b12c8c7f732a27b8e749
This patch covers several to-do items that I had for libpgtcl:

* It works under both Tcl 7.6 and Tcl 8.0 now.  (The code claims to
  work under Tcl 7.5 as well, but I have no way to test that ---
  if anyone still cares, please check it with 7.5.)

* pg_listen suppresses extra LISTEN commands and correctly sends an
  UNLISTEN when the last listen request for a relation is cancelled.
  (Note this means it will not work with pre-6.4 backends, but that
  was true already because it depends on the current libpq, which
  only speaks protocol 2.0.)

* Added -error option to pg_result so that there's some way to find
  out what you did wrong ;-)

* Miscellaneous cleanups of code comments and overenthusiastic #includes.

BTW, I bumped the package version number from 1.2 to 1.3.  Is this
premature?  Does someone run around and do that routinely before
each pgsql release?

regards, tom lane
src/interfaces/libpgtcl/libpgtcl.h
src/interfaces/libpgtcl/pgtcl.c
src/interfaces/libpgtcl/pgtclCmds.c
src/interfaces/libpgtcl/pgtclCmds.h
src/interfaces/libpgtcl/pgtclId.c
src/interfaces/libpgtcl/pgtclId.h