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:
@ -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(
|
||||
|
Reference in New Issue
Block a user