File tree Expand file tree Collapse file tree 17 files changed +17
-17
lines changed Expand file tree Collapse file tree 17 files changed +17
-17
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
+ Portions Copyright (c) 2012-2015 , The Reorg Development Team
4
4
All rights reserved.
5
5
6
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
+ # Portions Copyright (c) 2012-2015 , The Reorg Development Team
7
7
#
8
8
9
9
PG_CONFIG ?= pg_config
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
+ # Portions Copyright (c) 2012-2015 , The Reorg Development Team
7
7
#
8
8
9
9
PG_CONFIG ?= pg_config
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
+ * Portions Copyright (c) 2012-2015 , The Reorg Development Team
7
7
*/
8
8
9
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
+ * Portions Copyright (c) 2012-2015 , The Reorg Development Team
7
7
*-------------------------------------------------------------------------
8
8
*/
9
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
+ * Portions Copyright (c) 2012-2015 , The Reorg Development Team
7
7
*-------------------------------------------------------------------------
8
8
*/
9
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
+ * Portions Copyright (c) 2012-2015 , The Reorg Development Team
7
7
*-------------------------------------------------------------------------
8
8
*/
9
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
+ * Portions Copyright (c) 2012-2015 , The Reorg Development Team
7
7
*-------------------------------------------------------------------------
8
8
*/
9
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
+ # Portions Copyright (c) 2012-2015 , The Reorg Development Team
7
7
#
8
8
9
9
PG_CONFIG ?= pg_config
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
+ * Portions Copyright (c) 2012-2015 , The Reorg Development Team
7
7
*/
8
8
9
9
CREATE SCHEMA repack;
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
+ * Portions Copyright (c) 2012-2015 , The Reorg Development Team
7
7
*
8
8
*-------------------------------------------------------------------------
9
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
+ * Portions Copyright (c) 2012-2015 , The Reorg Development Team
7
7
*
8
8
*-------------------------------------------------------------------------
9
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
+ * Portions Copyright (c) 2012-2015 , The Reorg Development Team
7
7
*-------------------------------------------------------------------------
8
8
*/
9
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
+ * Portions Copyright (c) 2012-2015 , The Reorg Development Team
7
7
*-------------------------------------------------------------------------
8
8
*/
9
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
+ * Portions Copyright (c) 2012-2015 , The Reorg Development Team
7
7
*/
8
8
9
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
+ * Portions Copyright (c) 2012-2015 , The Reorg Development Team
7
7
*/
8
8
9
9
DROP SCHEMA IF EXISTS repack CASCADE;
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
+ # Portions Copyright (c) 2012-2015 , The Reorg Development Team
7
7
#
8
8
9
9
PG_CONFIG ?= pg_config
You can’t perform that action at this time.
0 commit comments