Small fix in pg_rewind (redundant declaration)

From: YUriy Zhuravlev <u(dot)zhuravlev(at)postgrespro(dot)ru>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Small fix in pg_rewind (redundant declaration)
Date: 2015-12-17 12:23:47
Message-ID: 2193184.HX9XJVfCD6@dinodell
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hello hackers.
I've stumbled upon a strange code.
In src/bin/pg_rewind/datapagemap.h we decalre:
extern void datapagemap_destroy(datapagemap_t *map);
But nowhere is implemented. I think the declaration of this function must be
removed.
I'm not sure that this trivial things needed patch.

Thanks.

--
YUriy Zhuravlev
Postgres Professional: http://www.postgrespro.com
The Russian Postgres Company

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message David Rowley 2015-12-17 12:28:56 Re: Combining Aggregates
Previous Message Michael Paquier 2015-12-17 11:56:49 Re: pg_tables bug?