Comment typo in typedef struct BrinTuple
Started by Amit Langoteabout 11 years ago2 messages
Hi,
Find attached that does:
- * mt_info is laid out in the following fashion:
+ * bt_info is laid out in the following fashion:
<snip-comment>
uint8 bt_info;
} BrinTuple;
Thanks,
Amit
Attachments:
BrinTuple-typo-fix.patchapplication/octet-stream; name=BrinTuple-typo-fix.patchDownload
diff --git a/src/include/access/brin_tuple.h b/src/include/access/brin_tuple.h
index 00f55e7..a9e6f81 100644
--- a/src/include/access/brin_tuple.h
+++ b/src/include/access/brin_tuple.h
@@ -52,7 +52,7 @@ typedef struct BrinTuple
BlockNumber bt_blkno;
/* ---------------
- * mt_info is laid out in the following fashion:
+ * bt_info is laid out in the following fashion:
*
* 7th (high) bit: has nulls
* 6th bit: is placeholder tuple
Re: Comment typo in typedef struct BrinTuple
On 12/15/2014 09:04 AM, Amit Langote wrote:
Hi,
Find attached that does:
- * mt_info is laid out in the following fashion: + * bt_info is laid out in the following fashion: <snip-comment> uint8 bt_info; } BrinTuple;
Thanks. Fixed along with a bunch of other misc comment typos I've bumped
into.
- Heikki
--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers