pgsql: Fix typo

From: Stephen Frost <sfrost(at)snowman(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix typo
Date: 2018-12-04 16:05:32
Message-ID: E1gUDCW-0006uj-69@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix typo

Backends don't typically exist uncleanly, but they can certainly exit
uncleanly, and it's exiting uncleanly that's being discussed here.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/f502fc88b3c8b4c619a4bcbb86c3225a699c1d45

Modified Files
--------------
src/backend/libpq/be-secure.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2018-12-04 19:42:16 Re: reducing isolation tests runtime
Previous Message Etsuro Fujita 2018-12-04 08:20:32 pgsql: postgres_fdw: Improve cost and size estimation for aggregate pus