Added The Reorg Development Team copyright
This commit is contained in:
parent
db1c554f60
commit
1d60a946ff
@ -1,5 +1,6 @@
|
||||
Portions Copyright (c) 2008-2011, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
|
||||
Portions Copyright (c) 2011, Itagaki Takahiro
|
||||
Portions Copyright (c) 2012, The Reorg Development Team
|
||||
All rights reserved.
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
|
1
Makefile
1
Makefile
@ -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
|
||||
#
|
||||
ifndef USE_PGXS
|
||||
top_builddir = ../..
|
||||
|
@ -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
|
||||
#
|
||||
SRCS = pg_repack.c pgut/pgut.c pgut/pgut-fe.c
|
||||
OBJS = $(SRCS:.c=.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
|
||||
*/
|
||||
|
||||
/**
|
||||
|
@ -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
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
|
@ -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-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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user