diff options
author | Alvaro Herrera | 2019-06-12 18:16:18 +0000 |
---|---|---|
committer | Alvaro Herrera | 2019-06-13 14:03:56 +0000 |
commit | b9768458154de6c001af23efc02514f120c6094f (patch) | |
tree | b73677b52e9122829b67e21384f3e0a1aa081102 /src/include/utils/snapshot.h | |
parent | 4f41a7227511a3f96148b7f3d4ae6f0c350bc7b2 (diff) |
Fix double-word typos
Discussion: https://postgr.es/m/[email protected]
Reviewed-by: Michaƫl Paquier
Diffstat (limited to 'src/include/utils/snapshot.h')
-rw-r--r-- | src/include/utils/snapshot.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/utils/snapshot.h b/src/include/utils/snapshot.h index 9f92ce011db..c00f1fe9085 100644 --- a/src/include/utils/snapshot.h +++ b/src/include/utils/snapshot.h @@ -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, |