Comment typo in pg_dump.h

From: Amit Langote <Langote_Amit_f8(at)lab(dot)ntt(dot)co(dot)jp>
To: Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Comment typo in pg_dump.h
Date: 2015-12-24 09:26:43
Message-ID: 567BBA53.9040903@lab.ntt.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
comment-typo-pg-dump-h.patch text/x-diff 634 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Ashutosh Bapat 2015-12-24 10:03:08 Re: Transactions involving multiple postgres foreign servers
Previous Message Aleksander Alekseev 2015-12-24 09:24:22 Re: Patch: ResourceOwner optimization for tables with many partitions