pgsql: Blind attempt to fix ODR violations

From: John Naylor <john(dot)naylor(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Blind attempt to fix ODR violations
Date: 2024-03-07 10:03:22
Message-ID: E1riAav-002X68-Pt@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Blind attempt to fix ODR violations

Remove apparently useless "link_with" directive. Even if this isn't the
root cause, it makes the .build file more like the other test modules.

Reviewed by Masahiko Sawada

Follow-up to ee1b30f12, per buildfarm members olingo and grassquit.

Discussion: https://postgr.es/m/CANWCAZaJAaO8MimTU%2BY-DZutM6HQLQu%3DK2HyoQULdB3v_6BSCg%40mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/1f1d73a8b83fb6de929af36eb9d3cd590875daf5

Modified Files
--------------
src/test/modules/test_radixtree/meson.build | 1 -
1 file changed, 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2024-03-07 11:22:22 pgsql: Fix description and grouping of RangeTblEntry.inh
Previous Message Dean Rasheed 2024-03-07 09:59:22 pgsql: Fix handling of self-modified tuples in MERGE.