1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-02 09:02:37 +03:00

Move astreamer (except astreamer_inject) to fe_utils.

This allows the code to be used by other frontend applications.

Amul Sul, reviewed by Sravan Kumar, Andres Freund (whose input
I specifically solicited regarding the meson.build changes),
and me.

Discussion: http://postgr.es/m/CAAJ_b94StvLWrc_p4q-f7n3OPfr6GhL8_XuAg2aAaYZp1tF-nw@mail.gmail.com
This commit is contained in:
Robert Haas
2024-08-05 11:40:29 -04:00
parent 53b2c921a0
commit f80b09bac8
12 changed files with 18 additions and 18 deletions

View File

@ -3037,7 +3037,7 @@ frontend_common_code = declare_dependency(
compile_args: ['-DFRONTEND'],
include_directories: [postgres_inc],
sources: generated_headers,
dependencies: [os_deps, zlib, zstd],
dependencies: [os_deps, zlib, zstd, lz4],
)
backend_common_code = declare_dependency(