pgsql: Fix s/pluggins/plugins/ typo in two comments.

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix s/pluggins/plugins/ typo in two comments.
Date: 2014-09-01 10:03:13
Message-ID: E1XOOS9-0008RZ-23@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix s/pluggins/plugins/ typo in two comments.

Michael Paquier

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/5a64cb740dc7de868a1395a53778686c0a72f6a7

Modified Files
--------------
src/backend/replication/logical/logicalfuncs.c | 2 +-
src/include/catalog/objectaccess.h | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2014-09-01 14:09:56 pgsql: Add skip-empty-xacts option to test_decoding for use in the regr
Previous Message Andres Freund 2014-08-31 22:17:41 pgsql: Declare lwlock.c's LWLockAcquireCommon() as a static inline.