File tree Expand file tree Collapse file tree 16 files changed +16
-0
lines changed Expand file tree Collapse file tree 16 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 1
1
Portions Copyright (c) 2008-2011, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
2
2
Portions Copyright (c) 2011, Itagaki Takahiro
3
+ Portions Copyright (c) 2012, The Reorg Development Team
3
4
All rights reserved.
4
5
5
6
Redistribution and use in source and binary forms, with or without
Original file line number Diff line number Diff line change 3
3
#
4
4
# Portions Copyright (c) 2008-2011, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
5
5
# Portions Copyright (c) 2011, Itagaki Takahiro
6
+ # Portions Copyright (c) 2012, The Reorg Development Team
6
7
#
7
8
ifndef USE_PGXS
8
9
top_builddir = ../..
Original file line number Diff line number Diff line change 3
3
#
4
4
# Portions Copyright (c) 2008-2012, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
5
5
# Portions Copyright (c) 2011, Itagaki Takahiro
6
+ # Portions Copyright (c) 2012, The Reorg Development Team
6
7
#
7
8
SRCS = pg_repack.c pgut/pgut.c pgut/pgut-fe.c
8
9
OBJS = $(SRCS:.c=.o )
Original file line number Diff line number Diff line change 3
3
*
4
4
* Portions Copyright (c) 2008-2011, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
5
5
* Portions Copyright (c) 2011, Itagaki Takahiro
6
+ * Portions Copyright (c) 2012, The Reorg Development Team
6
7
*/
7
8
8
9
/**
Original file line number Diff line number Diff line change 3
3
*
4
4
* Portions Copyright (c) 2008-2011, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
5
5
* Portions Copyright (c) 2011, Itagaki Takahiro
6
+ * Portions Copyright (c) 2012, The Reorg Development Team
6
7
*-------------------------------------------------------------------------
7
8
*/
8
9
Original file line number Diff line number Diff line change 3
3
*
4
4
* Portions Copyright (c) 2008-2011, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
5
5
* Portions Copyright (c) 2011, Itagaki Takahiro
6
+ * Portions Copyright (c) 2012, The Reorg Development Team
6
7
*-------------------------------------------------------------------------
7
8
*/
8
9
Original file line number Diff line number Diff line change 3
3
*
4
4
* Portions Copyright (c) 2008-2011, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
5
5
* Portions Copyright (c) 2011, Itagaki Takahiro
6
+ * Portions Copyright (c) 2012, The Reorg Development Team
6
7
*-------------------------------------------------------------------------
7
8
*/
8
9
Original file line number Diff line number Diff line change 3
3
*
4
4
* Portions Copyright (c) 2008-2011, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
5
5
* Portions Copyright (c) 2011, Itagaki Takahiro
6
+ * Portions Copyright (c) 2012, The Reorg Development Team
6
7
*-------------------------------------------------------------------------
7
8
*/
8
9
Original file line number Diff line number Diff line change 3
3
#
4
4
# Portions Copyright (c) 2008-2012, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
5
5
# Portions Copyright (c) 2011, Itagaki Takahiro
6
+ # Portions Copyright (c) 2012, The Reorg Development Team
6
7
#
7
8
MODULE_big = pg_repack
8
9
OBJS = repack.o pgut/pgut-be.o pgut/pgut-spi.o
Original file line number Diff line number Diff line change 3
3
*
4
4
* Portions Copyright (c) 2008-2011, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
5
5
* Portions Copyright (c) 2011, Itagaki Takahiro
6
+ * Portions Copyright (c) 2012, The Reorg Development Team
6
7
*/
7
8
8
9
CREATE FUNCTION repack.version() RETURNS text AS
Original file line number Diff line number Diff line change 3
3
* pgut-be.c
4
4
*
5
5
* Copyright (c) 2009-2011, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
6
+ * Portions Copyright (c) 2012, The Reorg Development Team
6
7
*
7
8
*-------------------------------------------------------------------------
8
9
*/
Original file line number Diff line number Diff line change 3
3
* pgut-be.h
4
4
*
5
5
* Copyright (c) 2009-2011, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
6
+ * Portions Copyright (c) 2012, The Reorg Development Team
6
7
*
7
8
*-------------------------------------------------------------------------
8
9
*/
Original file line number Diff line number Diff line change 3
3
*
4
4
* Portions Copyright (c) 2008-2011, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
5
5
* Portions Copyright (c) 2011, Itagaki Takahiro
6
+ * Portions Copyright (c) 2012, The Reorg Development Team
6
7
*-------------------------------------------------------------------------
7
8
*/
8
9
Original file line number Diff line number Diff line change 3
3
*
4
4
* Portions Copyright (c) 2008-2011, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
5
5
* Portions Copyright (c) 2011, Itagaki Takahiro
6
+ * Portions Copyright (c) 2012, The Reorg Development Team
6
7
*-------------------------------------------------------------------------
7
8
*/
8
9
Original file line number Diff line number Diff line change 3
3
*
4
4
* Portions Copyright (c) 2008-2011, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
5
5
* Portions Copyright (c) 2011, Itagaki Takahiro
6
+ * Portions Copyright (c) 2012, The Reorg Development Team
6
7
*/
7
8
8
9
#include "postgres.h"
Original file line number Diff line number Diff line change 3
3
*
4
4
* Portions Copyright (c) 2008-2011, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
5
5
* Portions Copyright (c) 2011, Itagaki Takahiro
6
+ * Portions Copyright (c) 2012, The Reorg Development Team
6
7
*/
7
8
8
9
DROP SCHEMA IF EXISTS repack CASCADE;
You can’t perform that action at this time.
0 commit comments