Log Message:
---
Minimal message corrections found by spell checker.
Modified Files:
--
pgsql/src/backend/commands:
operatorcmds.c (r1.35 -> r1.36)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/operatorcmds.c.diff?r1=1.35&r2=1.36)
Log Message:
---
Fix erroneous error reporting for overlength input in text_date(),
text_time(), and text_timetz(). 7.4-vintage bug found by Greg Stark.
Tags:
REL8_0_STABLE
Modified Files:
--
pgsql/src/backend/utils/adt:
date.c (r1.104.4.3 -> r1.104.4.4)
Log Message:
---
Fix erroneous error reporting for overlength input in text_date(),
text_time(), and text_timetz(). 7.4-vintage bug found by Greg Stark.
Tags:
REL7_4_STABLE
Modified Files:
--
pgsql/src/backend/utils/adt:
date.c (r1.93.2.3 -> r1.93.2.4)
Log Message:
---
Fix erroneous error reporting for overlength input in text_date(),
text_time(), and text_timetz(). 7.4-vintage bug found by Greg Stark.
Tags:
REL8_1_STABLE
Modified Files:
--
pgsql/src/backend/utils/adt:
date.c (r1.122.2.1 -> r1.122.2.2)
Log Message:
---
Fix erroneous error reporting for overlength input in text_date(),
text_time(), and text_timetz(). 7.4-vintage bug found by Greg Stark.
Tags:
REL8_2_STABLE
Modified Files:
--
pgsql/src/backend/utils/adt:
date.c (r1.125 -> r1.125.2.1)
Log Message:
---
Fix erroneous error reporting for overlength input in text_date(),
text_time(), and text_timetz(). 7.4-vintage bug found by Greg Stark.
Modified Files:
--
pgsql/src/backend/utils/adt:
date.c (r1.130 -> r1.131)
(http://developer.postgresql.
Log Message:
---
Remove incorrect semicolon in example. This was previously fixed in
HEAD only -- backporting to 8.2. Per report from Frank van Vugt.
Tags:
REL8_2_STABLE
Modified Files:
--
pgsql/doc/src/sgml:
plpgsql.sgml (r1.101.2.1 -> r1.101.2.2)
(h
Kris Jurka wrote:
>
>
> On Fri, 1 Jun 2007, Bruce Momjian wrote:
>
> > Log Message:
> > ---
> > TODO item not needed anymore now that the buffer cache is
> > scan-resistant:
> >
> > <
> > < * Allow free-behind capability for large sequential scans, perhaps using
> > < posix_fadvise()
>
Log Message:
---
Re-add TODO and clarify it is for the kernel cache:
< * Allow free-behind capability for large sequential scans, perhaps using
< posix_fadvise()
> * Allow free-behind capability for large sequential scans to avoid
> kernel cache spoiling
Modified Files:
--
On Fri, 1 Jun 2007, Bruce Momjian wrote:
Log Message:
---
TODO item not needed anymore now that the buffer cache is
scan-resistant:
<
< * Allow free-behind capability for large sequential scans, perhaps using
< posix_fadvise()
<
< Posix_fadvise() can control both sequential/random
10 matches
Mail list logo