Skip to content

Commit

Permalink
Format cmake files
Browse files Browse the repository at this point in the history
  • Loading branch information
fabriziomello committed Feb 14, 2025
1 parent 983ce00 commit 17a2d9d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
10 changes: 10 additions & 0 deletions sql/pre_install/tam.functions.sql.gen
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
-- This file and its contents are licensed under the Apache License 2.0.
-- Please see the included NOTICE for copyright information and
-- LICENSE-APACHE for a copy of the license.

CREATE OR REPLACE FUNCTION ts_hypercore_handler(internal) RETURNS table_am_handler
AS '$libdir/timescaledb-2.18.0', 'ts_hypercore_handler' LANGUAGE C;

CREATE OR REPLACE FUNCTION ts_hypercore_proxy_handler(internal) RETURNS index_am_handler
AS '$libdir/timescaledb-2.18.0', 'ts_hypercore_proxy_handler' LANGUAGE C;

9 changes: 2 additions & 7 deletions src/loader/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
set(SOURCES
loader.c
bgw_message_queue.c
bgw_counter.c
bgw_launcher.c
bgw_interface.c
lwlocks.c)
set(SOURCES loader.c bgw_message_queue.c bgw_counter.c bgw_launcher.c
bgw_interface.c lwlocks.c)

if(USE_TELEMETRY)
list(APPEND SOURCES function_telemetry.c)
Expand Down

0 comments on commit 17a2d9d

Please sign in to comment.