Skip to content

Commit

Permalink
Revert "feat: show libcurl version"
Browse files Browse the repository at this point in the history
This reverts commit eb07ef3.
  • Loading branch information
steve-chavez committed Jan 29, 2024
1 parent 5c0b8f4 commit 4abbc0e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 deletions.
2 changes: 1 addition & 1 deletion src/worker.c
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ _PG_init(void)
worker.bgw_start_time = BgWorkerStart_RecoveryFinished;
snprintf(worker.bgw_library_name, BGW_MAXLEN, "pg_net");
snprintf(worker.bgw_function_name, BGW_MAXLEN, "worker_main");
snprintf(worker.bgw_name, BGW_MAXLEN, "pg_net " EXTVERSION " worker using %s", curl_version());
snprintf(worker.bgw_name, BGW_MAXLEN, "pg_net " EXTVERSION " worker");
worker.bgw_restart_time = 1;
worker.bgw_main_arg = (Datum) 0;
worker.bgw_notify_pid = 0;
Expand Down
16 changes: 0 additions & 16 deletions test/test_worker_version.py

This file was deleted.

0 comments on commit 4abbc0e

Please sign in to comment.