Re: Fix typos and inconsistencies for HEAD (take 11)

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Alexander Lakhin <exclusion(at)gmail(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Fix typos and inconsistencies for HEAD (take 11)
Date: 2019-08-19 07:22:44
Message-ID: 20190819072244.GE18166@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, Aug 19, 2019 at 07:04:04AM +0300, Alexander Lakhin wrote:
> 11.23 TupleLockUpdate -> LockTupleNoKeyExclusive

Not sure about this one, so discarded for now. Alvaro?

> 11.25 typstore -> tupstore

This one is cute. It actually does not cause a compilation failure as
tuplestore_donestoring() is a no-op.

> 11.33 visca -> vice

This one is interesting latin.

> 11.57 PASSBYVALUE -> PASSEDBYVALUE

Will fix this one separately and back-patch.
--
Michael

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2019-08-19 07:39:54 Re: Fix typos and inconsistencies for HEAD (take 11)
Previous Message Daniel Migowski 2019-08-19 06:04:32 Re: Patch: New GUC prepared_statement_limit to limit memory used by prepared statements