v2.0.6rc2
authorMarko Kreen <markokr@gmail.com>
Mon, 21 Jul 2008 14:06:18 +0000 (14:06 +0000)
committerMarko Kreen <markokr@gmail.com>
Mon, 21 Jul 2008 14:06:18 +0000 (14:06 +0000)
Makefile
NEWS

index 4c76bafe87f3d990e2f50485aa47aba01220a465..d9376d5806f111af154f77774d280b9802f2aac7 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 
 # PL/Proxy version
-PLPROXY_VERSION = 2.0.6rc1
+PLPROXY_VERSION = 2.0.6rc2
 
 # libpq config
 PQINC = $(shell pg_config --includedir)
diff --git a/NEWS b/NEWS
index fccc25523f5552a6ee0914be24e17c13273260c2..cf03c0f814cb645334fc9ac2f008b6400425c7a2 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -23,6 +23,9 @@
   * Don't use alloca() in parser.
   * Make scanner more robust to allocation errors
     by doing total reset before parsing.
+  * Require exactly one row from remote query for
+    non-SETOF functions.
+  * Docs: tag all functions with embedded SELECT with SETOF.
 
 2008-06-06  -  PlProxy 2.0.5  -  "Universal Shredder"