diff options
author | Thomas Munro <tmunro@postgresql.org> | 2019-06-23 22:19:59 +1200 |
---|---|---|
committer | Thomas Munro <tmunro@postgresql.org> | 2019-06-23 22:19:59 +1200 |
commit | 89ff7c08eee355195eba6f544d28584e61200665 (patch) | |
tree | d3f0bc5c57d4b564a5ef3fe2f76df23111624308 | |
parent | 1323bfce55109dd54ee164828aab7983d3020a25 (diff) | |
download | postgresql-89ff7c08eee355195eba6f544d28584e61200665.tar.gz postgresql-89ff7c08eee355195eba6f544d28584e61200665.zip |
Remove unnecessary comment.
Author: Vik Fearing
Discussion: https://postgr.es/m/150d3e9f-c7ec-3fb3-4fdb-def47c4144af%402ndquadrant.com
-rw-r--r-- | src/backend/access/nbtree/nbtpage.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/access/nbtree/nbtpage.c b/src/backend/access/nbtree/nbtpage.c index de4d4efc46a..03570300d89 100644 --- a/src/backend/access/nbtree/nbtpage.c +++ b/src/backend/access/nbtree/nbtpage.c @@ -268,7 +268,7 @@ _bt_update_meta_cleanup_info(Relation rel, TransactionId oldestBtpoXact, * its location from the metadata page, and then read the root page * itself. If no root page exists yet, we have to create one. The * standard class of race conditions exists here; I think I covered - * them all in the Hopi Indian rain dance of lock requests below. + * them all in the intricate dance of lock requests below. * * The access type parameter (BT_READ or BT_WRITE) controls whether * a new root page will be created or not. If access = BT_READ, |