mirror of https://github.com/citusdata/citus.git
Merge pull request #349 from citusdata/feature/citusdb-to-citus
Change product name to Citus (cont)pull/339/head
commit
6d4fb39f91
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
|
||||
*
|
||||
* Copyright (c) 2012-2015, Citus Data, Inc.
|
||||
*-------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue