Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.80) (envelope-from ) id 1YpNIA-0005Sp-BK for pgsql-docs@arkaria.postgresql.org; Mon, 04 May 2015 20:48:42 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.80) (envelope-from ) id 1YpNI9-0003si-QE for pgsql-docs@arkaria.postgresql.org; Mon, 04 May 2015 20:48:41 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.2:RSA_AES_256_CBC_SHA256:256) (Exim 4.80) (envelope-from ) id 1YpNI8-0003qy-9m for pgsql-docs@postgresql.org; Mon, 04 May 2015 20:48:40 +0000 Received: from lb2-smtp-cloud3.xs4all.net ([194.109.24.26]) by magus.postgresql.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84) (envelope-from ) id 1YpNI5-0006yj-EY for pgsql-docs@postgresql.org; Mon, 04 May 2015 20:48:39 +0000 Received: from webmail.xs4all.nl ([194.109.26.20]) by smtp-cloud3.xs4all.net with ESMTP id Pwob1q0050S1Tsa01wobV0; Mon, 04 May 2015 22:48:35 +0200 Received: from 2001:983:39b6:1:8e89:a5ff:fe87:3e60 (SquirrelMail authenticated user er) by webmail.xs4all.nl with HTTP; Mon, 4 May 2015 22:48:35 +0200 Message-ID: Date: Mon, 4 May 2015 22:48:35 +0200 Subject: the the From: "Erik Rijkers" To: pgsql-docs@postgresql.org User-Agent: SquirrelMail/1.4.22 MIME-Version: 1.0 Content-Type: multipart/mixed;boundary="----=_20150504224835_79079" X-Pg-Spam-Score: -1.9 (-) List-Archive: List-Help: List-ID: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: X-Mailing-List: pgsql-docs Precedence: bulk Sender: pgsql-docs-owner@postgresql.org ------=_20150504224835_79079 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit typos: 2x the the ------=_20150504224835_79079 Content-Type: text/x-patch; name="func.sgml.diff" Content-Transfer-Encoding: 8bit Content-Disposition: attachment; filename="func.sgml.diff" --- doc/src/sgml/func.sgml.orig 2015-05-04 21:38:54.558334172 +0200 +++ doc/src/sgml/func.sgml 2015-05-04 21:39:17.238883916 +0200 @@ -17054,7 +17054,7 @@ internal_id oid - Create a replication origin with the the passed in external + Create a replication origin with the passed in external name, and create an internal id for it. ------=_20150504224835_79079 Content-Type: text/x-patch; name="origin.c.diff" Content-Transfer-Encoding: 8bit Content-Disposition: attachment; filename="origin.c.diff" --- src/backend/replication/logical/origin.c.orig 2015-05-04 21:39:30.063621404 +0200 +++ src/backend/replication/logical/origin.c 2015-05-04 21:39:42.861354091 +0200 @@ -798,7 +798,7 @@ * that originated at the LSN remote_commit on the remote node was replayed * successfully and that we don't need to do so again. In combination with * setting up replorigin_sesssion_origin_lsn and replorigin_sesssion_origin that ensures we - * won't loose knowledge about that after a crash if the the transaction had a + * won't loose knowledge about that after a crash if the transaction had a * persistent effect (think of asynchronous commits). * * local_commit needs to be a local LSN of the commit so that we can make sure ------=_20150504224835_79079 Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: 8bit MIME-Version: 1.0 -- Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-docs ------=_20150504224835_79079--