[PATCH] pg_filedump is broken - Mailing list pgsql-hackers

From Aleksander Alekseev
Subject [PATCH] pg_filedump is broken
Date
Msg-id 20161012111527.GA17916@e733.localdomain
Whole thread Raw
Responses Re: [PATCH] pg_filedump is broken  (Christoph Berg <myon@debian.org>)
List 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

pgsql-hackers by date:

Previous
From: Dilip Kumar
Date:
Subject: Re: Speed up Clog Access by increasing CLOG buffers
Next
From: Shay Rojansky
Date:
Subject: Re: PATCH: Batch/pipelining support for libpq