mirror of https://github.com/citusdata/citus.git
Fixed merge leftovers
parent
3528d7ce85
commit
df5851366c
4
Makefile
4
Makefile
|
@ -44,9 +44,9 @@ clean: clean-csql
|
|||
|
||||
# apply or check style
|
||||
reindent:
|
||||
cd ${citusdb_abs_top_srcdir} && citus_indent --quiet
|
||||
cd ${citus_abs_top_srcdir} && citus_indent --quiet
|
||||
check-style:
|
||||
cd ${citusdb_abs_top_srcdir} && citus_indent --quiet --check
|
||||
cd ${citus_abs_top_srcdir} && citus_indent --quiet --check
|
||||
.PHONY: reindent check-style
|
||||
|
||||
# depend on install for now
|
||||
|
|
|
@ -1,13 +1,8 @@
|
|||
/*-------------------------------------------------------------------------
|
||||
*
|
||||
* citus_ruleutils.h
|
||||
<<<<<<< HEAD
|
||||
* Citus ruleutils wrapper functions and exported PostgreSQL ruleutils
|
||||
* functions.
|
||||
=======
|
||||
* CitusDB ruleutils wrapper functions and exported PostgreSQL ruleutils
|
||||
* functions.
|
||||
>>>>>>> origin
|
||||
* functions.
|
||||
*
|
||||
* Copyright (c) 2012-2015, Citus Data, Inc.
|
||||
*-------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue