pgsql: Fix trivial typo.

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix trivial typo.
Date: 2016-04-15 02:28:41
Message-ID: E1aqtUv-0005mO-4Y@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix trivial typo.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/7b16781228d6c0a2db66d71e33e64b9606779feb

Modified Files
--------------
src/backend/replication/logical/logicalfuncs.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2016-04-15 02:28:42 pgsql: Remove trailing commas in enums.
Previous Message Andres Freund 2016-04-15 02:17:02 Re: [COMMITTERS] pgsql: Allow Pin/UnpinBuffer to operate in a lockfree manner.