Typo in htup_details.h

Started by Amit Kapilaover 8 years ago2 messages
#1Amit Kapila
amit.kapila16@gmail.com
1 attachment(s)

Attached patch to fix $SUBJECT.

--
With Regards,
Amit Kapila.
EnterpriseDB: http://www.enterprisedb.com

Attachments:

typo_htup_details.patchapplication/octet-stream; name=typo_htup_details.patchDownload
diff --git a/src/include/access/htup_details.h b/src/include/access/htup_details.h
index 7b6285d..e365f4f 100644
--- a/src/include/access/htup_details.h
+++ b/src/include/access/htup_details.h
@@ -165,7 +165,7 @@ struct HeapTupleHeaderData
 	/* MORE DATA FOLLOWS AT END OF STRUCT */
 };
 
-/* typedef appears in tupbasics.h */
+/* typedef appears in htup.h */
 
 #define SizeofHeapTupleHeader offsetof(HeapTupleHeaderData, t_bits)
 
#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Amit Kapila (#1)
Re: Typo in htup_details.h

Amit Kapila <amit.kapila16@gmail.com> writes:

Attached patch to fix $SUBJECT.

Pushed, thanks.

regards, tom lane

--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers