pgsql: Fix misspelling of "tranche" in dsa.h. - Mailing list pgsql-committers

From Nathan Bossart
Subject pgsql: Fix misspelling of "tranche" in dsa.h.
Date
Msg-id E1uoOUs-000ffW-0U@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix misspelling of "tranche" in dsa.h.

Oversight in commit bb952c8c8b.

Discussion: https://postgr.es/m/aKOWzsCPgrsoEG1Q%40nathan

Branch
------
master

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

Modified Files
--------------
src/include/utils/dsa.h | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: Re: pgsql: Move SQL-callable code related to multixacts into its own file
Next
From: Masahiko Sawada
Date:
Subject: pgsql: Add CHECK_FOR_INTERRUPTS in contrib/pg_buffercache functions.