Re: Re: Add generate_series(date, date) and generate_series(date, date, integer) - Mailing list pgsql-hackers

From Corey Huinker
Subject Re: Re: Add generate_series(date, date) and generate_series(date, date, integer)
Date
Msg-id CADkLM=cOf=QKy-KQ0GKvNko8yNdUb=xMKr7xnx7zsDaLhSnHFw@mail.gmail.com
Whole thread Raw
In response to Re: Re: Add generate_series(date, date) and generate_series(date, date, integer)  (David Steele <david@pgmasters.net>)
Responses Re: Add generate_series(date, date) and generate_series(date, date, integer)
List pgsql-hackers

> Do you have any insight as to why the documentation test failed?
>
> In the mean time, here's the updated patch.

I didn't pass the docs on account of the wonky comment since I consider
code comments to be part of the docs.  The sgml docs build fine and look
good to me.


Ah, understood. I rebuilt the docs thinking there was a make check failure I missed, then viewed the html in links (I develop on an AWS box) and saw nothing untoward.
 
I'll retest and update the review accordingly.

Thanks! 

pgsql-hackers by date:

Previous
From: David Steele
Date:
Subject: Re: Re: Add generate_series(date, date) and generate_series(date, date, integer)
Next
From: Alvaro Herrera
Date:
Subject: Re: Minor code improvements to create_foreignscan_plan/ExecInitForeignScan