Added The Reorg Development Team copyright
This commit is contained in:
@ -3,6 +3,7 @@
|
||||
#
|
||||
# Portions Copyright (c) 2008-2012, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
|
||||
# Portions Copyright (c) 2011, Itagaki Takahiro
|
||||
# Portions Copyright (c) 2012, The Reorg Development Team
|
||||
#
|
||||
MODULE_big = pg_repack
|
||||
OBJS = repack.o pgut/pgut-be.o pgut/pgut-spi.o
|
||||
|
@ -3,6 +3,7 @@
|
||||
*
|
||||
* Portions Copyright (c) 2008-2011, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
|
||||
* Portions Copyright (c) 2011, Itagaki Takahiro
|
||||
* Portions Copyright (c) 2012, The Reorg Development Team
|
||||
*/
|
||||
|
||||
CREATE FUNCTION repack.version() RETURNS text AS
|
||||
|
@ -3,6 +3,7 @@
|
||||
* pgut-be.c
|
||||
*
|
||||
* Copyright (c) 2009-2011, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
|
||||
* Portions Copyright (c) 2012, The Reorg Development Team
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
|
@ -3,6 +3,7 @@
|
||||
* pgut-be.h
|
||||
*
|
||||
* Copyright (c) 2009-2011, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
|
||||
* Portions Copyright (c) 2012, The Reorg Development Team
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
|
@ -3,6 +3,7 @@
|
||||
*
|
||||
* Portions Copyright (c) 2008-2011, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
|
||||
* Portions Copyright (c) 2011, Itagaki Takahiro
|
||||
* Portions Copyright (c) 2012, The Reorg Development Team
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
|
@ -3,6 +3,7 @@
|
||||
*
|
||||
* Portions Copyright (c) 2008-2011, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
|
||||
* Portions Copyright (c) 2011, Itagaki Takahiro
|
||||
* Portions Copyright (c) 2012, The Reorg Development Team
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
|
@ -3,6 +3,7 @@
|
||||
*
|
||||
* Portions Copyright (c) 2008-2011, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
|
||||
* Portions Copyright (c) 2011, Itagaki Takahiro
|
||||
* Portions Copyright (c) 2012, The Reorg Development Team
|
||||
*/
|
||||
|
||||
#include "postgres.h"
|
||||
|
@ -3,6 +3,7 @@
|
||||
*
|
||||
* Portions Copyright (c) 2008-2011, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
|
||||
* Portions Copyright (c) 2011, Itagaki Takahiro
|
||||
* Portions Copyright (c) 2012, The Reorg Development Team
|
||||
*/
|
||||
|
||||
DROP SCHEMA IF EXISTS repack CASCADE;
|
||||
|
Reference in New Issue
Block a user