NUMERIC private methods?

From: David Fetter <david(at)fetter(dot)org>
To: PG Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: NUMERIC private methods?
Date: 2014-12-16 06:34:42
Message-ID: 20141216063442.GA10843@fetter.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Folks,

While noodling with some weighted statistics
<https://github.com/davidfetter/weighted_stats>, I noticed I was
having to jump through a lot of hoops because of all the private
methods in numeric.c, especially NumericVar. Would there be some
major objection to exposing NumericVar as an opaque blob?

Cheers,
David.
--
David Fetter <david(at)fetter(dot)org> http://fetter.org/
Phone: +1 415 235 3778 AIM: dfetter666 Yahoo!: dfetter
Skype: davidfetter XMPP: david(dot)fetter(at)gmail(dot)com

Remember to vote!
Consider donating to Postgres: http://www.postgresql.org/about/donate

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2014-12-16 06:39:22 Re: moving from contrib to bin
Previous Message Michael Paquier 2014-12-16 06:25:46 analyze_new_cluster.bat and delete_old_cluster.bat not ignored with vcregress upgradecheck