pgsql: test_custom_stats: Fix compilation warning

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: test_custom_stats: Fix compilation warning
Date: 2025-12-15 01:37:23
Message-ID: E1vUxWc-000onP-0T@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

test_custom_stats: Fix compilation warning

I have fat-fingered an error message related to an offset while
switching the code to use pgoff_t. Let's switch to the same error
message used in the rest of the tree for similar failures with fseeko(),
instead.

Per buildfarm members running macos: longfin, sifaka and indri.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/33980eaa6df0b1358ba2e70edbe9efd56dbd7fa6

Modified Files
--------------
src/test/modules/test_custom_stats/test_custom_var_stats.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Amit Kapila 2025-12-15 02:59:05 pgsql: Add retry logic to pg_sync_replication_slots().
Previous Message Michael Paquier 2025-12-15 01:29:44 pgsql: pageinspect: use index_close() for GiST index relation