blob: 3569b39f6265de2b79ae93e4f0974b21f672b9c1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# Copyright (c) 2022-2025, PostgreSQL Global Development Group
backend_sources += files(
'conv.c',
'mbutils.c',
'stringinfo_mb.c',
'wstrcmp.c',
'wstrncmp.c',
)
# Note we only enter conversion_procs once the backend build is defined
|