copy & pasted include guard in attoptcache.h - Mailing list pgsql-hackers

From Andres Freund
Subject copy & pasted include guard in attoptcache.h
Date
Msg-id 20130706101208.GB15764@alap2.anarazel.de
Whole thread Raw
Responses Re: copy & pasted include guard in attoptcache.h
List pgsql-hackers
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

pgsql-hackers by date:

Previous
From: Michael Meskes
Date:
Subject: Re: [9.3 bug fix] ECPG does not escape backslashes
Next
From: Dean Rasheed
Date:
Subject: Re: FILTER for aggregates [was Re: Department of Redundancy Department: makeNode(FuncCall) division]