Commit 8fa6e691 authored by Andrew Dunstan's avatar Andrew Dunstan

Add a copyright notice to perl files lacking one.

parent 44f90ad0
# Copyright (c) 2021, PostgreSQL Global Development Group
use strict; use strict;
use warnings; use warnings;
......
# Copyright (c) 2021, PostgreSQL Global Development Group
use strict; use strict;
use warnings; use warnings;
......
# Copyright (c) 2021, PostgreSQL Global Development Group
# Test generic xlog record work for bloom index replication. # Test generic xlog record work for bloom index replication.
use strict; use strict;
use warnings; use warnings;
......
#!/usr/bin/perl #!/usr/bin/perl
# Copyright (c) 2021, PostgreSQL Global Development Group
use strict; use strict;
use warnings; use warnings;
......
#!/usr/bin/perl #!/usr/bin/perl
# Copyright (c) 2021, PostgreSQL Global Development Group
# contrib/intarray/bench/create_test.pl # contrib/intarray/bench/create_test.pl
use strict; use strict;
......
# Copyright (c) 2021, PostgreSQL Global Development Group
use strict; use strict;
use warnings; use warnings;
......
#!/usr/bin/perl #!/usr/bin/perl
# Copyright (c) 2021, PostgreSQL Global Development Group
use strict; use strict;
use warnings; use warnings;
......
#!/usr/bin/perl #!/usr/bin/perl
# Copyright (c) 2021, PostgreSQL Global Development Group
# this script will sort any table with the segment data type in its last column # this script will sort any table with the segment data type in its last column
use strict; use strict;
......
# Copyright (c) 2021, PostgreSQL Global Development Group
# Test replication statistics data in pg_stat_replication_slots is sane after # Test replication statistics data in pg_stat_replication_slots is sane after
# drop replication slot and restart. # drop replication slot and restart.
use strict; use strict;
......
# Copyright (c) 2021, PostgreSQL Global Development Group
use strict; use strict;
use warnings; use warnings;
......
# Copyright (c) 2021, PostgreSQL Global Development Group
# To test successful data directory creation with an additional feature, first # To test successful data directory creation with an additional feature, first
# try to elaborate the "successful creation" test instead of adding a test. # try to elaborate the "successful creation" test instead of adding a test.
# Successful initdb consumes much time and I/O. # Successful initdb consumes much time and I/O.
......
# Copyright (c) 2021, PostgreSQL Global Development Group
use strict; use strict;
use warnings; use warnings;
......
# Copyright (c) 2021, PostgreSQL Global Development Group
use strict; use strict;
use warnings; use warnings;
......
# Copyright (c) 2021, PostgreSQL Global Development Group
use strict; use strict;
use warnings; use warnings;
......
# Copyright (c) 2021, PostgreSQL Global Development Group
use strict; use strict;
use warnings; use warnings;
......
# Copyright (c) 2021, PostgreSQL Global Development Group
# This regression test checks the behavior of the btree validation in the # This regression test checks the behavior of the btree validation in the
# presence of breaking sort order changes. # presence of breaking sort order changes.
# #
......
# Copyright (c) 2021, PostgreSQL Global Development Group
use strict; use strict;
use warnings; use warnings;
use TestLib; use TestLib;
......
# Copyright (c) 2021, PostgreSQL Global Development Group
use strict; use strict;
use warnings; use warnings;
use Cwd; use Cwd;
......
# Copyright (c) 2021, PostgreSQL Global Development Group
use strict; use strict;
use warnings; use warnings;
use TestLib; use TestLib;
......
# Copyright (c) 2021, PostgreSQL Global Development Group
use strict; use strict;
use warnings; use warnings;
use TestLib; use TestLib;
......
# Copyright (c) 2021, PostgreSQL Global Development Group
use strict; use strict;
use warnings; use warnings;
use TestLib; use TestLib;
......
# Copyright (c) 2021, PostgreSQL Global Development Group
# Do basic sanity checks supported by pg_checksums using # Do basic sanity checks supported by pg_checksums using
# an initialized cluster. # an initialized cluster.
......
# Copyright (c) 2021, PostgreSQL Global Development Group
use strict; use strict;
use warnings; use warnings;
use TestLib; use TestLib;
......
# Copyright (c) 2021, PostgreSQL Global Development Group
use strict; use strict;
use warnings; use warnings;
use PostgresNode; use PostgresNode;
......
# Copyright (c) 2021, PostgreSQL Global Development Group
use strict; use strict;
use warnings; use warnings;
......
# Copyright (c) 2021, PostgreSQL Global Development Group
use strict; use strict;
use warnings; use warnings;
......
# Copyright (c) 2021, PostgreSQL Global Development Group
use strict; use strict;
use warnings; use warnings;
......
# Copyright (c) 2021, PostgreSQL Global Development Group
use strict; use strict;
use warnings; use warnings;
......
# Copyright (c) 2021, PostgreSQL Global Development Group
use strict; use strict;
use warnings; use warnings;
......
# Copyright (c) 2021, PostgreSQL Global Development Group
use strict; use strict;
use warnings; use warnings;
......
# Copyright (c) 2021, PostgreSQL Global Development Group
use strict; use strict;
use warnings; use warnings;
......
# Copyright (c) 2021, PostgreSQL Global Development Group
use strict; use strict;
use warnings; use warnings;
......
# Copyright (c) 2021, PostgreSQL Global Development Group
use strict; use strict;
use warnings; use warnings;
......
# Copyright (c) 2021, PostgreSQL Global Development Group
# Tests for handling a corrupted pg_control # Tests for handling a corrupted pg_control
use strict; use strict;
......
# Copyright (c) 2021, PostgreSQL Global Development Group
use strict; use strict;
use warnings; use warnings;
use TestLib; use TestLib;
......
# Copyright (c) 2021, PostgreSQL Global Development Group
use strict; use strict;
use warnings; use warnings;
use TestLib; use TestLib;
......
# Copyright (c) 2021, PostgreSQL Global Development Group
# Test how pg_rewind reacts to extra files and directories in the data dirs. # Test how pg_rewind reacts to extra files and directories in the data dirs.
use strict; use strict;
......
# Copyright (c) 2021, PostgreSQL Global Development Group
# #
# Test pg_rewind when the target's pg_wal directory is a symlink. # Test pg_rewind when the target's pg_wal directory is a symlink.
# #
......
# Copyright (c) 2021, PostgreSQL Global Development Group
# #
# Test that running pg_rewind with the source and target clusters # Test that running pg_rewind with the source and target clusters
# on the same timeline runs successfully. # on the same timeline runs successfully.
......
# Copyright (c) 2021, PostgreSQL Global Development Group
# #
# Test checking options of pg_rewind. # Test checking options of pg_rewind.
# #
......
# Copyright (c) 2021, PostgreSQL Global Development Group
# #
# Test using a standby server as the source. # Test using a standby server as the source.
# #
......
# Copyright (c) 2021, PostgreSQL Global Development Group
# #
# Test situation where a target data directory contains # Test situation where a target data directory contains
# WAL records beyond both the last checkpoint and the divergence # WAL records beyond both the last checkpoint and the divergence
......
# Copyright (c) 2021, PostgreSQL Global Development Group
package RewindTest; package RewindTest;
# Test driver for pg_rewind. Each test consists of a cycle where a new cluster # Test driver for pg_rewind. Each test consists of a cycle where a new cluster
......
# Copyright (c) 2021, PostgreSQL Global Development Group
use strict; use strict;
use warnings; use warnings;
......
# Copyright (c) 2021, PostgreSQL Global Development Group
use strict; use strict;
use warnings; use warnings;
......
# Copyright (c) 2021, PostgreSQL Global Development Group
use strict; use strict;
use warnings; use warnings;
use TestLib; use TestLib;
......
# Copyright (c) 2021, PostgreSQL Global Development Group
# Verify that we can take and verify backups with various checksum types. # Verify that we can take and verify backups with various checksum types.
use strict; use strict;
......
# Copyright (c) 2021, PostgreSQL Global Development Group
# Verify that various forms of corruption are detected by pg_verifybackup. # Verify that various forms of corruption are detected by pg_verifybackup.
use strict; use strict;
......
# Copyright (c) 2021, PostgreSQL Global Development Group
# Verify the behavior of assorted pg_verifybackup options. # Verify the behavior of assorted pg_verifybackup options.
use strict; use strict;
......
# Copyright (c) 2021, PostgreSQL Global Development Group
# Test the behavior of pg_verifybackup when the backup manifest has # Test the behavior of pg_verifybackup when the backup manifest has
# problems. # problems.
......
# Copyright (c) 2021, PostgreSQL Global Development Group
# Verify that pg_verifybackup handles hex-encoded filenames correctly. # Verify that pg_verifybackup handles hex-encoded filenames correctly.
use strict; use strict;
......
# Copyright (c) 2021, PostgreSQL Global Development Group
# Test pg_verifybackup's WAL verification. # Test pg_verifybackup's WAL verification.
use strict; use strict;
......
# Copyright (c) 2021, PostgreSQL Global Development Group
use strict; use strict;
use warnings; use warnings;
use TestLib; use TestLib;
......
# Copyright (c) 2021, PostgreSQL Global Development Group
use strict; use strict;
use warnings; use warnings;
......
# Copyright (c) 2021, PostgreSQL Global Development Group
# #
# pgbench tests which do not need a server # pgbench tests which do not need a server
# #
......
# Copyright (c) 2021, PostgreSQL Global Development Group
use strict; use strict;
use warnings; use warnings;
......
# Copyright (c) 2021, PostgreSQL Global Development Group
use strict; use strict;
use warnings; use warnings;
......
# Copyright (c) 2021, PostgreSQL Global Development Group
use strict; use strict;
use warnings; use warnings;
......
# Copyright (c) 2021, PostgreSQL Global Development Group
use strict; use strict;
use warnings; use warnings;
......
# Copyright (c) 2021, PostgreSQL Global Development Group
use strict; use strict;
use warnings; use warnings;
......
# Copyright (c) 2021, PostgreSQL Global Development Group
use strict; use strict;
use warnings; use warnings;
......
# Copyright (c) 2021, PostgreSQL Global Development Group
use strict; use strict;
use warnings; use warnings;
......
# Copyright (c) 2021, PostgreSQL Global Development Group
use strict; use strict;
use warnings; use warnings;
......
# Copyright (c) 2021, PostgreSQL Global Development Group
use strict; use strict;
use warnings; use warnings;
......
# Copyright (c) 2021, PostgreSQL Global Development Group
use strict; use strict;
use warnings; use warnings;
......
# Copyright (c) 2021, PostgreSQL Global Development Group
use strict; use strict;
use warnings; use warnings;
......
# Copyright (c) 2021, PostgreSQL Global Development Group
use strict; use strict;
use warnings; use warnings;
......
# Copyright (c) 2021, PostgreSQL Global Development Group
use strict; use strict;
use warnings; use warnings;
......
# Copyright (c) 2021, PostgreSQL Global Development Group
use strict; use strict;
use warnings; use warnings;
......
#!/usr/bin/perl #!/usr/bin/perl
# Copyright (c) 2021, PostgreSQL Global Development Group
use strict; use strict;
use warnings; use warnings;
......
# Copyright (c) 2021, PostgreSQL Global Development Group
# src/pl/plperl/plc_perlboot.pl # src/pl/plperl/plc_perlboot.pl
use strict; use strict;
......
# Copyright (c) 2021, PostgreSQL Global Development Group
# src/pl/plperl/plc_trusted.pl # src/pl/plperl/plc_trusted.pl
#<<< protect next line from perltidy so perlcritic annotation works #<<< protect next line from perltidy so perlcritic annotation works
......
#!perl #!perl
# Copyright (c) 2021, PostgreSQL Global Development Group
use strict; use strict;
use warnings; use warnings;
......
# Copyright (c) 2021, PostgreSQL Global Development Group
# src/pl/plperl/text2macro.pl # src/pl/plperl/text2macro.pl
=head1 NAME =head1 NAME
......
# Copyright (c) 2021, PostgreSQL Global Development Group
# Set of tests for authentication and pg_hba.conf. The following password # Set of tests for authentication and pg_hba.conf. The following password
# methods are checked through this test: # methods are checked through this test:
# - Plain # - Plain
......
# Copyright (c) 2021, PostgreSQL Global Development Group
# Test password normalization in SCRAM. # Test password normalization in SCRAM.
# #
# This test can only run with Unix-domain sockets. # This test can only run with Unix-domain sockets.
......
# Copyright (c) 2021, PostgreSQL Global Development Group
# Sets up a KDC and then runs a variety of tests to make sure that the # Sets up a KDC and then runs a variety of tests to make sure that the
# GSSAPI/Kerberos authentication and encryption are working properly, # GSSAPI/Kerberos authentication and encryption are working properly,
# that the options in pg_hba.conf and pg_ident.conf are handled correctly, # that the options in pg_hba.conf and pg_ident.conf are handled correctly,
......
# Copyright (c) 2021, PostgreSQL Global Development Group
use strict; use strict;
use warnings; use warnings;
use TestLib; use TestLib;
......
#! /usr/bin/perl #! /usr/bin/perl
# Copyright (c) 2021, PostgreSQL Global Development Group
use strict; use strict;
use warnings; use warnings;
use locale; use locale;
......
# Copyright (c) 2021, PostgreSQL Global Development Group
# Verify that work items work correctly # Verify that work items work correctly
use strict; use strict;
......
# Copyright (c) 2021, PostgreSQL Global Development Group
# Single-node test: value can be set, and is still present after recovery # Single-node test: value can be set, and is still present after recovery
use strict; use strict;
......
# Copyright (c) 2021, PostgreSQL Global Development Group
# Test simple scenario involving a standby # Test simple scenario involving a standby
use strict; use strict;
......
# Copyright (c) 2021, PostgreSQL Global Development Group
# Test primary/standby scenario where the track_commit_timestamp GUC is # Test primary/standby scenario where the track_commit_timestamp GUC is
# repeatedly toggled on and off. # repeatedly toggled on and off.
use strict; use strict;
......
# Copyright (c) 2021, PostgreSQL Global Development Group
# Testing of commit timestamps preservation across restarts # Testing of commit timestamps preservation across restarts
use strict; use strict;
use warnings; use warnings;
......
# Copyright (c) 2021, PostgreSQL Global Development Group
use strict; use strict;
use warnings; use warnings;
......
# Copyright (c) 2021, PostgreSQL Global Development Group
use strict; use strict;
use warnings; use warnings;
......
# Copyright (c) 2021, PostgreSQL Global Development Group
# Verify that ALTER TABLE optimizes certain operations as expected # Verify that ALTER TABLE optimizes certain operations as expected
use strict; use strict;
......
# Copyright (c) 2021, PostgreSQL Global Development Group
use strict; use strict;
use warnings; use warnings;
......
# Copyright (c) 2021, PostgreSQL Global Development Group
=pod =pod
=head1 NAME =head1 NAME
......
# Copyright (c) 2021, PostgreSQL Global Development Group
=pod =pod
=head1 NAME =head1 NAME
......
# Copyright (c) 2021, PostgreSQL Global Development Group
# A simple 'tee' implementation, using perl tie. # A simple 'tee' implementation, using perl tie.
# #
# Whenever you print to the handle, it gets forwarded to a list of # Whenever you print to the handle, it gets forwarded to a list of
......
# Copyright (c) 2021, PostgreSQL Global Development Group
=pod =pod
=head1 NAME =head1 NAME
......
# Copyright (c) 2021, PostgreSQL Global Development Group
# Minimal test testing streaming replication # Minimal test testing streaming replication
use strict; use strict;
use warnings; use warnings;
......
# Copyright (c) 2021, PostgreSQL Global Development Group
# test for archiving with hot standby # test for archiving with hot standby
use strict; use strict;
use warnings; use warnings;
......
# Copyright (c) 2021, PostgreSQL Global Development Group
# Test for recovery targets: name, timestamp, XID # Test for recovery targets: name, timestamp, XID
use strict; use strict;
use warnings; use warnings;
......
# Copyright (c) 2021, PostgreSQL Global Development Group
# Test for timeline switch # Test for timeline switch
use strict; use strict;
use warnings; use warnings;
......
# Copyright (c) 2021, PostgreSQL Global Development Group
# Checks for recovery_min_apply_delay # Checks for recovery_min_apply_delay
use strict; use strict;
use warnings; use warnings;
......
# Copyright (c) 2021, PostgreSQL Global Development Group
# Testing of logical decoding using SQL interface and/or pg_recvlogical # Testing of logical decoding using SQL interface and/or pg_recvlogical
# #
# Most logical decoding tests are in contrib/test_decoding. This module # Most logical decoding tests are in contrib/test_decoding. This module
......
# Copyright (c) 2021, PostgreSQL Global Development Group
# Minimal test testing synchronous replication sync_state transition # Minimal test testing synchronous replication sync_state transition
use strict; use strict;
use warnings; use warnings;
......
# Copyright (c) 2021, PostgreSQL Global Development Group
# Test WAL replay of FSM changes. # Test WAL replay of FSM changes.
# #
# FSM changes don't normally need to be WAL-logged, except for truncation. # FSM changes don't normally need to be WAL-logged, except for truncation.
......
# Copyright (c) 2021, PostgreSQL Global Development Group
# Tests dedicated to two-phase commit in recovery # Tests dedicated to two-phase commit in recovery
use strict; use strict;
use warnings; use warnings;
......
# Copyright (c) 2021, PostgreSQL Global Development Group
# Demonstrate that logical can follow timeline switches. # Demonstrate that logical can follow timeline switches.
# #
# Logical replication slots can follow timeline switches but it's # Logical replication slots can follow timeline switches but it's
......
# Copyright (c) 2021, PostgreSQL Global Development Group
# #
# Tests relating to PostgreSQL crash recovery and redo # Tests relating to PostgreSQL crash recovery and redo
# #
......
# Copyright (c) 2021, PostgreSQL Global Development Group
# Tests dedicated to subtransactions in recovery # Tests dedicated to subtransactions in recovery
use strict; use strict;
use warnings; use warnings;
......
# Copyright (c) 2021, PostgreSQL Global Development Group
# #
# Tests restarts of postgres due to crashes of a subprocess. # Tests restarts of postgres due to crashes of a subprocess.
# #
......
# Copyright (c) 2021, PostgreSQL Global Development Group
# Tests that unlogged tables are properly reinitialized after a crash. # Tests that unlogged tables are properly reinitialized after a crash.
# #
# The behavior should be the same when restoring from a backup, but # The behavior should be the same when restoring from a backup, but
......
# Copyright (c) 2021, PostgreSQL Global Development Group
# Test for promotion handling with WAL records generated post-promotion # Test for promotion handling with WAL records generated post-promotion
# before the first checkpoint is generated. This test case checks for # before the first checkpoint is generated. This test case checks for
# invalid page references at replay based on the minimum consistent # invalid page references at replay based on the minimum consistent
......
# Copyright (c) 2021, PostgreSQL Global Development Group
# Test for checking consistency of on-disk pages for a cluster with # Test for checking consistency of on-disk pages for a cluster with
# the minimum recovery LSN, ensuring that the updates happen across # the minimum recovery LSN, ensuring that the updates happen across
# all processes. In this test, the updates from the startup process # all processes. In this test, the updates from the startup process
......
# Copyright (c) 2021, PostgreSQL Global Development Group
# #
# Tests of pg_shmem.h functions # Tests of pg_shmem.h functions
# #
......
# Copyright (c) 2021, PostgreSQL Global Development Group
# Test WAL replay when some operation has skipped WAL. # Test WAL replay when some operation has skipped WAL.
# #
# These tests exercise code that once violated the mandate described in # These tests exercise code that once violated the mandate described in
......
# Copyright (c) 2021, PostgreSQL Global Development Group
# Test for replication slot limit # Test for replication slot limit
# Ensure that max_slot_wal_keep_size limits the number of WAL files to # Ensure that max_slot_wal_keep_size limits the number of WAL files to
# be kept by replication slots. # be kept by replication slots.
......
# Copyright (c) 2021, PostgreSQL Global Development Group
# #
# Tests related to WAL archiving and recovery. # Tests related to WAL archiving and recovery.
# #
......
# Copyright (c) 2021, PostgreSQL Global Development Group
# Checks that snapshots on standbys behave in a minimally reasonable # Checks that snapshots on standbys behave in a minimally reasonable
# way. # way.
use strict; use strict;
......
# Copyright (c) 2021, PostgreSQL Global Development Group
# Test remove of temporary files after a crash. # Test remove of temporary files after a crash.
use strict; use strict;
use warnings; use warnings;
......
# Copyright (c) 2021, PostgreSQL Global Development Group
# Test for point-in-time-recovery (PITR) with prepared transactions # Test for point-in-time-recovery (PITR) with prepared transactions
use strict; use strict;
use warnings; use warnings;
......
# Copyright (c) 2021, PostgreSQL Global Development Group
# Test for archive recovery of WAL generated with wal_level=minimal # Test for archive recovery of WAL generated with wal_level=minimal
use strict; use strict;
use warnings; use warnings;
......
# Copyright (c) 2021, PostgreSQL Global Development Group
use strict; use strict;
use warnings; use warnings;
use PostgresNode; use PostgresNode;
......
# Copyright (c) 2021, PostgreSQL Global Development Group
# Test SCRAM authentication and TLS channel binding types # Test SCRAM authentication and TLS channel binding types
use strict; use strict;
......
# Copyright (c) 2021, PostgreSQL Global Development Group
# This module sets up a test server, for the SSL regression tests. # This module sets up a test server, for the SSL regression tests.
# #
# The server is configured as follows: # The server is configured as follows:
......
# Copyright (c) 2021, PostgreSQL Global Development Group
# Basic logical replication test # Basic logical replication test
use strict; use strict;
use warnings; use warnings;
......
# Copyright (c) 2021, PostgreSQL Global Development Group
# This tests that more complex datatypes are replicated correctly # This tests that more complex datatypes are replicated correctly
# by logical replication # by logical replication
use strict; use strict;
......
# Copyright (c) 2021, PostgreSQL Global Development Group
# This test checks that constraints work on subscriber # This test checks that constraints work on subscriber
use strict; use strict;
use warnings; use warnings;
......
# Copyright (c) 2021, PostgreSQL Global Development Group
# Tests for logical replication table syncing # Tests for logical replication table syncing
use strict; use strict;
use warnings; use warnings;
......
# Copyright (c) 2021, PostgreSQL Global Development Group
# Test replication between databases with different encodings # Test replication between databases with different encodings
use strict; use strict;
use warnings; use warnings;
......
# Copyright (c) 2021, PostgreSQL Global Development Group
# Test logical replication behavior with heap rewrites # Test logical replication behavior with heap rewrites
use strict; use strict;
use warnings; use warnings;
......
# Copyright (c) 2021, PostgreSQL Global Development Group
# Test some logical replication DDL behavior # Test some logical replication DDL behavior
use strict; use strict;
use warnings; use warnings;
......
# Copyright (c) 2021, PostgreSQL Global Development Group
# Test behavior with different schema on subscriber # Test behavior with different schema on subscriber
use strict; use strict;
use warnings; use warnings;
......
# Copyright (c) 2021, PostgreSQL Global Development Group
# Test materialized views behavior # Test materialized views behavior
use strict; use strict;
use warnings; use warnings;
......
# Copyright (c) 2021, PostgreSQL Global Development Group
# Test TRUNCATE # Test TRUNCATE
use strict; use strict;
use warnings; use warnings;
......
# Copyright (c) 2021, PostgreSQL Global Development Group
# Test generated columns # Test generated columns
use strict; use strict;
use warnings; use warnings;
......
# Copyright (c) 2021, PostgreSQL Global Development Group
# Test collations, in particular nondeterministic ones # Test collations, in particular nondeterministic ones
# (only works with ICU) # (only works with ICU)
use strict; use strict;
......
# Copyright (c) 2021, PostgreSQL Global Development Group
# Test logical replication with partitioned tables # Test logical replication with partitioned tables
use strict; use strict;
use warnings; use warnings;
......
# Copyright (c) 2021, PostgreSQL Global Development Group
# Binary mode logical replication test # Binary mode logical replication test
use strict; use strict;
......
# Copyright (c) 2021, PostgreSQL Global Development Group
# Test streaming of simple large transaction # Test streaming of simple large transaction
use strict; use strict;
use warnings; use warnings;
......
# Copyright (c) 2021, PostgreSQL Global Development Group
# Test streaming of large transaction containing large subtransactions # Test streaming of large transaction containing large subtransactions
use strict; use strict;
use warnings; use warnings;
......
# Copyright (c) 2021, PostgreSQL Global Development Group
# Test streaming of large transaction with DDL and subtransactions # Test streaming of large transaction with DDL and subtransactions
use strict; use strict;
use warnings; use warnings;
......
# Copyright (c) 2021, PostgreSQL Global Development Group
# Test streaming of large transaction containing multiple subtransactions and rollbacks # Test streaming of large transaction containing multiple subtransactions and rollbacks
use strict; use strict;
use warnings; use warnings;
......
# Copyright (c) 2021, PostgreSQL Global Development Group
# Test streaming of large transaction with subtransactions, DDLs, DMLs, and # Test streaming of large transaction with subtransactions, DDLs, DMLs, and
# rollbacks # rollbacks
use strict; use strict;
......
# Copyright (c) 2021, PostgreSQL Global Development Group
# Tests that logical decoding messages # Tests that logical decoding messages
use strict; use strict;
use warnings; use warnings;
......
# Copyright (c) 2021, PostgreSQL Global Development Group
# Tests for various bugs found over time # Tests for various bugs found over time
use strict; use strict;
use warnings; use warnings;
......
#!/usr/bin/perl #!/usr/bin/perl
# Copyright (c) 2021, PostgreSQL Global Development Group
# #
# src/tools/git_changelog # src/tools/git_changelog
# #
......
# Copyright (c) 2021, PostgreSQL Global Development Group
package Install; package Install;
# #
......
# Copyright (c) 2021, PostgreSQL Global Development Group
package MSBuildProject; package MSBuildProject;
# #
......
# Copyright (c) 2021, PostgreSQL Global Development Group
package Mkvcbuild; package Mkvcbuild;
# #
......
# Copyright (c) 2021, PostgreSQL Global Development Group
package Project; package Project;
# #
......
# Copyright (c) 2021, PostgreSQL Global Development Group
package Solution; package Solution;
# #
......
# Copyright (c) 2021, PostgreSQL Global Development Group
package VSObjectFactory; package VSObjectFactory;
# #
......
# -*-perl-*- hey - emacs - this is a perl file # -*-perl-*- hey - emacs - this is a perl file
# Copyright (c) 2021, PostgreSQL Global Development Group
# #
# Script that provides 'make' functionality for msvc builds. # Script that provides 'make' functionality for msvc builds.
# #
......
# Copyright (c) 2021, PostgreSQL Global Development Group
# Configuration arguments for vcbuild. # Configuration arguments for vcbuild.
use strict; use strict;
use warnings; use warnings;
......
# Copyright (c) 2021, PostgreSQL Global Development Group
package Win32; package Win32;
use strict; use strict;
use warnings; use warnings;
......
# Copyright (c) 2021, PostgreSQL Global Development Group
package Win32::Registry; package Win32::Registry;
use strict; use strict;
......
# Copyright (c) 2021, PostgreSQL Global Development Group
package Win32API::File; package Win32API::File;
use strict; use strict;
......
# Copyright (c) 2021, PostgreSQL Global Development Group
use strict; use strict;
use warnings; use warnings;
use 5.8.0; use 5.8.0;
......
# Copyright (c) 2021, PostgreSQL Global Development Group
# #
# Script that provides 'make install' functionality for msvc builds # Script that provides 'make install' functionality for msvc builds
# #
......
# Copyright (c) 2021, PostgreSQL Global Development Group
# #
# Script that parses Unix style build environment and generates build files # Script that parses Unix style build environment and generates build files
# for building with Visual Studio. # for building with Visual Studio.
......
# -*-perl-*- hey - emacs - this is a perl file # -*-perl-*- hey - emacs - this is a perl file
# Copyright (c) 2021, PostgreSQL Global Development Group
# src/tools/msvc/pgbison.pl # src/tools/msvc/pgbison.pl
use strict; use strict;
......
# -*-perl-*- hey - emacs - this is a perl file # -*-perl-*- hey - emacs - this is a perl file
# Copyright (c) 2021, PostgreSQL Global Development Group
# src/tools/msvc/pgflex.pl # src/tools/msvc/pgflex.pl
use strict; use strict;
......
# -*-perl-*- hey - emacs - this is a perl file # -*-perl-*- hey - emacs - this is a perl file
# Copyright (c) 2021, PostgreSQL Global Development Group
# src/tools/msvc/vcregress.pl # src/tools/msvc/vcregress.pl
use strict; use strict;
......
#! /usr/bin/perl #! /usr/bin/perl
# Copyright (c) 2021, PostgreSQL Global Development Group
# #
# This script looks for symbols that are referenced in #ifdef or defined() # This script looks for symbols that are referenced in #ifdef or defined()
# tests without having #include'd the file that defines them. Since this # tests without having #include'd the file that defines them. Since this
......
#!/usr/bin/perl #!/usr/bin/perl
# Copyright (c) 2021, PostgreSQL Global Development Group
use strict; use strict;
use warnings; use warnings;
use 5.008001; use 5.008001;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment