/rtmp/diff
text/x-diff
Filename: /rtmp/diff
Type: text/x-diff
Part: 0
Patch
Same data as JSON:
GET /api/v1/attachments/:id/patch
the parsed metadata as JSON — format, series position, per-file stats; never the diff bytes.
API reference →
Format: context
| File | + | − |
|---|---|---|
| doc/src/sgml/config.sgml | 2 | 1 |
| doc/src/sgml/high-availability.sgml | 3 | 1 |
Index: doc/src/sgml/config.sgml
===================================================================
RCS file: /cvsroot/pgsql/doc/src/sgml/config.sgml,v
retrieving revision 1.256
diff -c -c -r1.256 config.sgml
*** doc/src/sgml/config.sgml 27 Feb 2010 14:46:05 -0000 1.256
--- doc/src/sgml/config.sgml 2 Mar 2010 21:03:14 -0000
***************
*** 1869,1875 ****
this parameter makes sense only during replication, so when
performing an archive recovery to recover from data loss a very high
parameter setting or -1 which means wait forever is recommended.
! The default is 30 seconds.
This parameter can only be set in the <filename>postgresql.conf</>
file or on the server command line.
</para>
--- 1869,1876 ----
this parameter makes sense only during replication, so when
performing an archive recovery to recover from data loss a very high
parameter setting or -1 which means wait forever is recommended.
! The default is 30 seconds. Increasing this parameter can delay
! master server changes from appearing on the standby.
This parameter can only be set in the <filename>postgresql.conf</>
file or on the server command line.
</para>
Index: doc/src/sgml/high-availability.sgml
===================================================================
RCS file: /cvsroot/pgsql/doc/src/sgml/high-availability.sgml,v
retrieving revision 1.52
diff -c -c -r1.52 high-availability.sgml
*** doc/src/sgml/high-availability.sgml 27 Feb 2010 09:29:20 -0000 1.52
--- doc/src/sgml/high-availability.sgml 2 Mar 2010 21:03:14 -0000
***************
*** 1410,1416 ****
that the primary and standby nodes are linked via the WAL, so the cleanup
situation is no different from the case where the query ran on the primary
node itself. And you are still getting the benefit of off-loading the
! execution onto the standby.
</para>
<para>
--- 1410,1418 ----
that the primary and standby nodes are linked via the WAL, so the cleanup
situation is no different from the case where the query ran on the primary
node itself. And you are still getting the benefit of off-loading the
! execution onto the standby. <varname>max_standby_delay</> should
! not be used in this case because delayed WAL files might already
! contain entries that invalidate the current shapshot.
</para>
<para>