[COMMITTERS] pgsql: Don't initialize TLI variable to -1, as TimeLineID is unsigned.

2012-07-14 Thread Heikki Linnakangas
Don't initialize TLI variable to -1, as TimeLineID is unsigned. This was causing a compiler warning with Solaris compiler. Use 0 instead. The variable is initialized just for the sake of tidyness and/or debugging, it's not used for anything before setting it to a real value. Per report and sugge

[COMMITTERS] pgsql: Print the name of the WAL file containing latest REDO ptr in pg_

2012-07-14 Thread Heikki Linnakangas
Print the name of the WAL file containing latest REDO ptr in pg_controldata. This makes it easier to determine how far back you need to keep archived WAL files, to restore from a backup. Fujii Masao Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/6c349a565abf1e5ddf6

[COMMITTERS] pgsql: Add link to PEP 394 regarding python2 vs python3 naming

2012-07-14 Thread Peter Eisentraut
Add link to PEP 394 regarding python2 vs python3 naming Branch -- REL9_2_STABLE Details --- http://git.postgresql.org/pg/commitdiff/eb972f3eca22858683a6b40466f6d561262b268b Modified Files -- doc/src/sgml/plpython.sgml |6 ++ 1 files changed, 6 insertions(+), 0 deletion

[COMMITTERS] pgsql: Add link to PEP 394 regarding python2 vs python3 naming

2012-07-14 Thread Peter Eisentraut
Add link to PEP 394 regarding python2 vs python3 naming Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/8e708e5e36d8a0295780a9aa1d99f01f5acb6182 Modified Files -- doc/src/sgml/plpython.sgml |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-)