SLRU API tweak

From: "Kevin Grittner" <Kevin(dot)Grittner(at)wicourts(dot)gov>
To: <pgsql-hackers(at)postgresql(dot)org>
Subject: SLRU API tweak
Date: 2010-12-29 23:46:55
Message-ID: 4D1B740F0200002500038D9F@gw.wicourts.gov
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Attached is a small patch to avoid putting an opaque structure into
the slru.h file and using it in an external function call where
external callers must always specify NULL.

-Kevin

Attachment Content-Type Size
slru-1.patch text/plain 9.3 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Josh Berkus 2010-12-29 23:47:56 Re: estimating # of distinct values
Previous Message Noah Misch 2010-12-29 23:46:13 Re: Avoiding rewrite in ALTER TABLE ALTER TYPE