Log Message:
---
Generate trigger file for "push-based replication" for every
commit.
Modified Files:
--
CVSROOT:
loginfo (r1.31 -> r1.32)
(http%3A%2F%2Fdeveloper.postgresql.org%2Fcvsweb.cgi%2FCVSROOT%2Floginfo%3Fr1%3D1.31%26r2%3D1.32)
---
Log Message:
---
Remove loginfo for web cvs tree, doesn't live here anymore
Modified Files:
--
CVSROOT:
loginfo (r1.32 -> r1.33)
(http://developer.postgresql.org/cvsweb.cgi/CVSROOT/loginfo?r1=1.32&r2=1.33)
---(end of broadcast)-
Log Message:
---
correction of messed up formating
Modified Files:
--
pokus/pgcheck_page:
pgcheck_page.c (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgcheck/pokus/pgcheck_page/pgcheck_page.c.diff?r1=1.1&r2=1.2)
---(e
Log Message:
---
Code review for regexp_matches/regexp_split patch. Refactor to avoid assuming
that cached compiled patterns will still be there when the function is next
called. Clean up looping logic, thereby fixing bug identified by Pavel
Stehule. Share setup code between the two func