From 726ede7370b91a01432010f503e262f68370fc2b Mon Sep 17 00:00:00 2001
From: Bruce Momjian <bruce@momjian.us>
Date: Thu, 24 Aug 2006 16:38:13 +0000
Subject: [PATCH] Add:

> * Allow inlining of set-returning functions
---
 doc/TODO              | 3 ++-
 doc/src/FAQ/TODO.html | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/doc/TODO b/doc/TODO
index 7ae0b5fc97..175b2752d9 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:	Bruce Momjian (bruce@momjian.us)
-Last updated:		Wed Aug 23 14:31:52 EDT 2006
+Last updated:		Thu Aug 24 12:38:05 EDT 2006
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -364,6 +364,7 @@ Functions
 * -Allow user-defined functions retuning a domain value to enforce domain
   constraints
 * Add SPI_gettypmod() to return the typemod for a TupleDesc
+* Allow inlining of set-returning functions
 
 
 Multi-Language Support
diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html
index bb7932e537..7d89472046 100644
--- a/doc/src/FAQ/TODO.html
+++ b/doc/src/FAQ/TODO.html
@@ -8,7 +8,7 @@
 <body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
 <h1><a name="section_1">PostgreSQL TODO List</a></h1>
 <p>Current maintainer:     Bruce Momjian (<a href="mailto:bruce@momjian.us">bruce@momjian.us</a>)<br/>
-Last updated:           Wed Aug 23 14:31:52 EDT 2006
+Last updated:           Thu Aug 24 12:38:05 EDT 2006
 </p>
 <p>The most recent version of this document can be viewed at<br/>
 <a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
@@ -337,6 +337,7 @@ first.
   </li><li>-<em>Allow user-defined functions retuning a domain value to enforce domain</em>
   constraints
   </li><li>Add SPI_gettypmod() to return the typemod for a TupleDesc
+  </li><li>Allow inlining of set-returning functions
 </li></ul>
 <h1><a name="section_6">Multi-Language Support</a></h1>
 
-- 
2.40.0