pgsql: Ensure that numeric.c compiles with other NBASE values.

From: Dean Rasheed <dean(dot)a(dot)rasheed(at)gmail(dot)com>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Ensure that numeric.c compiles with other NBASE values.
Date: 2023-02-02 09:44:52
Message-ID: E1pNW9D-001CQv-IE@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(+)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Robins Tharakan 2023-02-02 12:55:18 Re: pgsql: Do assorted mop-up in the planner.
Previous Message Thomas Munro 2023-02-02 05:31:24 pgsql: Doc: Abstract AF_UNIX sockets don't work on Windows.