Re: C++ compiler

From: Maciej Gajewski <maciej(dot)gajewski0(at)gmail(dot)com>
To: Gaetano Mendola <mendola(at)gmail(dot)com>
Cc: "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: C++ compiler
Date: 2013-06-16 19:53:24
Message-ID: CAEcSYXLoNHGN=euzA+VWSOMDK17Nh3FbiZ8UHLSa0mHU85=zyg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

It would be great. I'm working at the moment on porting integer operations
to unsigned types, and the code is essentially a small number of functions,
repeated for every combination of integer types.
In C++ it could be simply one single set of template functions. Less code;
less bugs.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2013-06-16 20:23:44 Re: Support for REINDEX CONCURRENTLY
Previous Message Jeff Janes 2013-06-16 19:47:12 Re: minor patch submission: CREATE CAST ... AS EXPLICIT