Re: Array initialisation notation in syscache.c - Mailing list pgsql-hackers

From Thomas Munro
Subject Re: Array initialisation notation in syscache.c
Date
Msg-id CA+hUKGKUr+gBB1_P32ATJubfxOZwpBskTzH94vfHZvJpFDYXwg@mail.gmail.com
Whole thread Raw
In response to Re: Array initialisation notation in syscache.c  (Thomas Munro <thomas.munro@gmail.com>)
Responses Re: Array initialisation notation in syscache.c  (Peter Eisentraut <peter@eisentraut.org>)
List pgsql-hackers
From the light relief department, here is some more variadic macrology:

-       tp = SearchSysCache1(TSPARSEROID, ObjectIdGetDatum(prsId));
+       tp = SearchSysCache(TSPARSEROID, ObjectIdGetDatum(prsId));

Attachment

pgsql-hackers by date:

Previous
From: "houzj.fnst@fujitsu.com"
Date:
Subject: RE: Non-superuser subscription owners
Next
From: Andres Freund
Date:
Subject: Re: Add shared buffer hits to pg_stat_io