Skip to content

Commit 3cfee22

Browse files
committed
README: fix pgsentinel requirements — no compile needed on Debian/Ubuntu
1 parent 114a34b commit 3cfee22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Postgres has no built-in session history. When something was slow an hour ago, t
2626
| Historical queries | Yes (persistent) | Ring buffer (lost on restart) | Ring buffer (lost on restart) | Depends on setup |
2727
| Pure SQL | Yes | No (C extension) | No (C extension) | No |
2828
| Maintenance overhead | None | None | None | High |
29-
| Requirements | pg_cron 1.5+ | shared_preload_libraries (restart required) | Compile + shared_preload_libraries (restart required) | Agent + storage |
29+
| Requirements | pg_cron 1.5+ | shared_preload_libraries (restart required) | shared_preload_libraries (restart required) | Agent + storage |
3030

3131
## Quick start
3232

0 commit comments

Comments
 (0)