Skip to content

Commit 17a2d9d

Browse files
committed
Format cmake files
1 parent 983ce00 commit 17a2d9d

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

sql/pre_install/tam.functions.sql.gen

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
-- This file and its contents are licensed under the Apache License 2.0.
2+
-- Please see the included NOTICE for copyright information and
3+
-- LICENSE-APACHE for a copy of the license.
4+
5+
CREATE OR REPLACE FUNCTION ts_hypercore_handler(internal) RETURNS table_am_handler
6+
AS '$libdir/timescaledb-2.18.0', 'ts_hypercore_handler' LANGUAGE C;
7+
8+
CREATE OR REPLACE FUNCTION ts_hypercore_proxy_handler(internal) RETURNS index_am_handler
9+
AS '$libdir/timescaledb-2.18.0', 'ts_hypercore_proxy_handler' LANGUAGE C;
10+

src/loader/CMakeLists.txt

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
1-
set(SOURCES
2-
loader.c
3-
bgw_message_queue.c
4-
bgw_counter.c
5-
bgw_launcher.c
6-
bgw_interface.c
7-
lwlocks.c)
1+
set(SOURCES loader.c bgw_message_queue.c bgw_counter.c bgw_launcher.c
2+
bgw_interface.c lwlocks.c)
83

94
if(USE_TELEMETRY)
105
list(APPEND SOURCES function_telemetry.c)

0 commit comments

Comments
 (0)