Re: [HACKERS] Comment typo in pg_dump.h

2015-12-24 Thread Amit Langote
On 2015/12/25 0:44, Tom Lane wrote: > Amit Langote writes: >> Attached fixes the following comment typo (copy-pasto): >> -Oid toast_oid; /* for restore toast frozen xid */ >> +Oid toast_oid; /* for restore toast table oid */ > > That comment needs more help than

Re: [HACKERS] Comment typo in pg_dump.h

2015-12-24 Thread Tom Lane
Amit Langote writes: > Attached fixes the following comment typo (copy-pasto): > -Oid toast_oid; /* for restore toast frozen xid */ > +Oid toast_oid; /* for restore toast table oid */ That comment needs more help than just that ;-). Done, thanks.