Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 0 additions & 13 deletions src/gapfill.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,8 @@
#include "compat/compat.h"
#include "cross_module_fn.h"
#include "export.h"
#include "gapfill.h"
#include "license_guc.h"

bool
ts_is_gapfill_path(Path *path)
{
if (IsA(path, CustomPath))
{
CustomPath *cpath = castNode(CustomPath, path);
if (strcmp(cpath->methods->CustomName, GAPFILL_PATH_NAME) == 0)
return true;
}
return false;
}

/*
* stub function to trigger locf and interpolate in gapfill node
*/
Expand Down
12 changes: 0 additions & 12 deletions src/gapfill.h

This file was deleted.

1 change: 0 additions & 1 deletion tsl/src/chunkwise_agg.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

#include "chunkwise_agg.h"

#include "gapfill.h"
#include "guc.h"
#include "import/planner.h"
#include "nodes/chunk_append/chunk_append.h"
Expand Down
Loading