Re: C++ compiler - Mailing list pgsql-hackers

From Maciej Gajewski
Subject Re: C++ compiler
Date
Msg-id CAEcSYXLoNHGN=euzA+VWSOMDK17Nh3FbiZ8UHLSa0mHU85=zyg@mail.gmail.com
Whole thread
In response to C++ compiler  (Gaetano Mendola <mendola@gmail.com>)
List 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.



pgsql-hackers by date:

Previous
From: Jeff Janes
Date:
Subject: Re: minor patch submission: CREATE CAST ... AS EXPLICIT
Next
From: Andres Freund
Date:
Subject: Re: Support for REINDEX CONCURRENTLY