[PATCH] pg_filedump is broken

From: Aleksander Alekseev <a(dot)alekseev(at)postgrespro(dot)ru>
To: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: [PATCH] pg_filedump is broken
Date: 2016-10-12 11:15:27
Message-ID: 20161012111527.GA17916@e733.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hello.

First patch fixes:

```
pg_filedump.c: In function ‘FormatItem’:
pg_filedump.c:994:18: error: ‘SizeOfIptrData’ undeclared (first use in
this function)
if (numBytes < SizeOfIptrData)
```

After 8023b582 there is no more SizeOfIptrData macro.

Second patch fixes Makefile. On some systems (notably FreeBSD) there is
no `gcc` by default. Using `cc` is a more crossplatform way to compile a
project.

--
Best regards,
Aleksander Alekseev

Attachment Content-Type Size
0001-pg_filedump.patch text/x-diff 392 bytes
0002-pg_filedump.patch text/x-diff 339 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Shay Rojansky 2016-10-12 11:51:47 Re: PATCH: Batch/pipelining support for libpq
Previous Message Dilip Kumar 2016-10-12 10:21:37 Re: Speed up Clog Access by increasing CLOG buffers