Unused macros in src/include/access/transam.h

From: Fabrízio de Royes Mello <fabriziomello(at)gmail(dot)com>
To: Pgsql Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Unused macros in src/include/access/transam.h
Date: 2016-04-05 19:55:31
Message-ID: CAFcNs+qftwR3QzbKp3RFScPAUGOC4E2wdLZpxGHeQjrmVtkWyg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi all,

When dealing with some patch review I've noticed there are two macro is not
used anywhere:

#define TransactionIdStore(xid, dest) (*(dest) = (xid))
#define StoreInvalidTransactionId(dest) (*(dest) = InvalidTransactionId)

Regards,

--
Fabrízio de Royes Mello
Consultoria/Coaching PostgreSQL
>> Timbira: http://www.timbira.com.br
>> Blog: http://fabriziomello.github.io
>> Linkedin: http://br.linkedin.com/in/fabriziomello
>> Twitter: http://twitter.com/fabriziomello
>> Github: http://github.com/fabriziomello

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2016-04-05 20:09:11 Re: oversight in parallel aggregate
Previous Message Robert Haas 2016-04-05 19:48:22 Re: [COMMITTERS] pgsql: Move each SLRU's lwlocks to a separate tranche.