aboutsummaryrefslogtreecommitdiff
path: root/src/modules/extra/m_pgsql.cpp
diff options
context:
space:
mode:
authorGravatar Sadie Powell2024-08-04 12:13:18 +0100
committerGravatar Sadie Powell2024-08-04 12:13:18 +0100
commit2206a44270cbcf6e98af1ecd648c89783a9502fd (patch)
tree58a496821cfde8b696edbe0d2eb931fcccf08757 /src/modules/extra/m_pgsql.cpp
parentFix trying to fetch more MySQL rows than are available. (diff)
Fix the pgsql module showing duplicate packages on Ubuntu.
This is covered by the debian-like constraint above.
Diffstat (limited to 'src/modules/extra/m_pgsql.cpp')
-rw-r--r--src/modules/extra/m_pgsql.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/modules/extra/m_pgsql.cpp b/src/modules/extra/m_pgsql.cpp
index a2f4bfe43..63074fef3 100644
--- a/src/modules/extra/m_pgsql.cpp
+++ b/src/modules/extra/m_pgsql.cpp
@@ -33,7 +33,6 @@
/// $PackageInfo: require_system("darwin") libpq pkg-config
/// $PackageInfo: require_system("debian~") libpq-dev pkg-config
/// $PackageInfo: require_system("rhel~") pkg-config postgresql-devel
-/// $PackageInfo: require_system("ubuntu") libpq-dev pkg-config
#include <libpq-fe.h>