pgsql: Ensure that numeric.c compiles with other NBASE values. - Mailing list pgsql-committers

From Dean Rasheed
Subject pgsql: Ensure that numeric.c compiles with other NBASE values.
Date
Msg-id E1pNW9D-001CQv-IE@gemulon.postgresql.org
Whole thread Raw
Responses Re: pgsql: Ensure that numeric.c compiles with other NBASE values.
List pgsql-committers
Ensure that numeric.c compiles with other NBASE values.

As noted in the comments, support for different NBASE values is really
only of historical interest, but as long as we're keeping it, we might
as well make sure that it compiles.

Joel Jacobson

Discussion: https://postgr.es/m/06712c29-98e9-43b3-98da-f234d81c6e49%40app.fastmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/9a84f2947bf9345ad6b93ba37da63633649eaea8

Modified Files
--------------
src/backend/utils/adt/numeric.c | 8 ++++++++
1 file changed, 8 insertions(+)


pgsql-committers by date:

Previous
From: Thomas Munro
Date:
Subject: pgsql: Doc: Abstract AF_UNIX sockets don't work on Windows.
Next
From: Robins Tharakan
Date:
Subject: Re: pgsql: Do assorted mop-up in the planner.