File tree Expand file tree Collapse file tree 2 files changed +12
-7
lines changed Expand file tree Collapse file tree 2 files changed +12
-7
lines changed Original file line number Diff line number Diff line change
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
+
Original file line number Diff line number Diff line change 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 )
8
3
9
4
if (USE_TELEMETRY )
10
5
list (APPEND SOURCES function_telemetry.c )
You can’t perform that action at this time.
0 commit comments