Skip to content

Commit 6474c75

Browse files
committed
fix: remove shared libraries from image catalogs
Signed-off-by: Gabriele Bartolini <gabriele.bartolini@enterprisedb.com>
1 parent b2298bb commit 6474c75

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

templates/metadata.hcl.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ metadata = {
1212
# TODO: Remove this comment block after customizing the file.
1313
# `shared_preload_libraries`: list libraries to be added to
1414
# `shared_preload_libraries` in Postgres. Usually empty.
15-
# Used in tests and to generate image catalogs.
15+
# Used in tests.
1616
# Example: ["pgaudit"].
1717
shared_preload_libraries = []
1818

0 commit comments

Comments
 (0)