Merge pull request #349 from citusdata/feature/citusdb-to-citus

Change product name to Citus (cont)
pull/339/head
Murat Tuncer 2016-02-17 17:53:02 +02:00
commit 6d4fb39f91
2 changed files with 3 additions and 8 deletions

View File

@ -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

View File

@ -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.
*-------------------------------------------------------------------------