Thread: copy & pasted include guard in attoptcache.h

copy & pasted include guard in attoptcache.h

From
Andres Freund
Date:
Hi,

attoptcache.h currently uses #ifndef SPCCACHE_H. The attached patch
fixes that.
A quick
$ grep -r '\#ifndef' src/include/|grep _H|awk '{print $2}'|sort|uniq -cd
doesn't show any further duplicated ones.

Greetings,

Andres Freund

--
 Andres Freund                       http://www.2ndQuadrant.com/
 PostgreSQL Development, 24x7 Support, Training & Services

Attachment

Re: copy & pasted include guard in attoptcache.h

From
Magnus Hagander
Date:
On Sat, Jul 6, 2013 at 12:12 PM, Andres Freund <andres@2ndquadrant.com> wrote:
> Hi,
>
> attoptcache.h currently uses #ifndef SPCCACHE_H. The attached patch
> fixes that.
> A quick
> $ grep -r '\#ifndef' src/include/|grep _H|awk '{print $2}'|sort|uniq -cd
> doesn't show any further duplicated ones.

Applied, thanks!


--Magnus HaganderMe: http://www.hagander.net/Work: http://www.redpill-linpro.com/