Skip to content

Commit

Permalink
Issue (#4): Fix the indentation problem with the code.
Browse files Browse the repository at this point in the history
Fix the indentation problem with the code, along with
some minor NULL handling.
  • Loading branch information
ibrarahmad committed Apr 7, 2019
1 parent 41b8261 commit 805aaf5
Show file tree
Hide file tree
Showing 7 changed files with 5,096 additions and 5,083 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -4,8 +4,8 @@ MODULE_big = clickhousedb_fdw
OBJS = clickhousedb_fdw.o clickhousedb_option.o clickhousedb_deparse.o clickhousedb_connection.o clickhousedb_shipable.o
PGFILEDESC = "clickhousedb_fdw - foreign data wrapper for ClickHouse"

PG_CPPFLAGS = -Wno-unused-function -Ilib
SHLIB_LINK_INTERNAL = -L. -lclickhouse-1.0 -lodbc
PG_CPPFLAGS = -g3 -O0 -Wno-unused-function -Ilib
SHLIB_LINK_INTERNAL = -L. -lclickhouse-1.0 -lodbc -lodbcinst

EXTENSION = clickhousedb_fdw
DATA = clickhousedb_fdw--1.0.sql
Expand Down

0 comments on commit 805aaf5

Please sign in to comment.