mirror of
https://github.com/postgres/postgres.git
synced 2025-08-21 10:42:50 +03:00
Fix misc typos in comments.
Spotted mostly by Fabien Coelho. Discussion: https://www.postgresql.org/message-id/alpine.DEB.2.21.1901230947050.16643@lancre
This commit is contained in:
@@ -1476,7 +1476,7 @@ ExecStoreAllNullTuple(TupleTableSlot *slot)
|
||||
* possible.
|
||||
*
|
||||
* If materialize is true, the contents of the slots will be made independent
|
||||
* from the underlying storage (i.e. all buffer pins are release, memory is
|
||||
* from the underlying storage (i.e. all buffer pins are released, memory is
|
||||
* allocated in the slot's context).
|
||||
*
|
||||
* If shouldFree is not-NULL it'll be set to true if the returned tuple has
|
||||
|
Reference in New Issue
Block a user