1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Fix typos in comments and in one isolation test.

Dagfinn Ilmari Mannsåker, reviewed by Shubham Khanna. Some subtractions
by me.

Discussion: http://postgr.es/m/87le9fmi01.fsf@wibble.ilmari.org
This commit is contained in:
Robert Haas
2024-01-02 11:56:02 -05:00
parent 5c430f9dc5
commit 0d9937d118
29 changed files with 45 additions and 45 deletions

View File

@ -85,7 +85,7 @@
((att)->attstorage != TYPSTORAGE_PLAIN)
/*
* Setup for cacheing pass-by-ref missing attributes in a way that survives
* Setup for caching pass-by-ref missing attributes in a way that survives
* tupleDesc destruction.
*/