1
0
mirror of https://github.com/postgres/postgres.git synced 2025-12-13 14:22:43 +03:00

Fix double-word typos

Discussion: https://postgr.es/m/20190612184527.GA24266@alvherre.pgsql
Reviewed-by: Michaël Paquier
This commit is contained in:
Alvaro Herrera
2019-06-12 14:16:18 -04:00
parent 4f41a72275
commit b976845815
10 changed files with 13 additions and 13 deletions

View File

@@ -69,7 +69,7 @@ typedef enum SnapshotType
SNAPSHOT_ANY,
/*
* A tuple is visible iff the tuple tuple is valid as a TOAST row.
* A tuple is visible iff the tuple is valid as a TOAST row.
*/
SNAPSHOT_TOAST,