Comment typo in pg_dump.h - Mailing list pgsql-hackers

From Amit Langote
Subject Comment typo in pg_dump.h
Date
Msg-id 567BBA53.9040903@lab.ntt.co.jp
Whole thread Raw
Responses Re: Comment typo in pg_dump.h  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Attached fixes the following comment typo (copy-pasto):

-    Oid         toast_oid;      /* for restore toast frozen xid */
+    Oid         toast_oid;      /* for restore toast table oid */

Thanks,
Amit

Attachment

pgsql-hackers by date:

Previous
From: Aleksander Alekseev
Date:
Subject: Re: Patch: ResourceOwner optimization for tables with many partitions
Next
From: Ashutosh Bapat
Date:
Subject: Re: Transactions involving multiple postgres foreign servers