aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/mb/meson.build
blob: 700b705901743902b042dfb2e62c07d1ed913f2d (plain)
1
2
3
4
5
6
7
8
9
10
11
# Copyright (c) 2022-2024, 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