<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="http://200yi.com/ff_internal/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://200yi.com/ff_internal/feed.php">
        <title>FAIRYFAR-INTERNAL wiki:Database:PostgreSQL:测试</title>
        <description></description>
        <link>http://200yi.com/ff_internal/</link>
        <image rdf:resource="http://200yi.com/ff_internal/lib/tpl/mnml-blog/images/favicon.ico" />
       <dc:date>2026-04-28T01:48:51+0800</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://200yi.com/ff_internal/wiki.php?id=wiki:Database:PostgreSQL:%E6%B5%8B%E8%AF%95:PostgreSQL%20TPC-H%E6%B5%8B%E8%AF%95%E6%96%B9%E6%B3%95&amp;rev=1687008318&amp;do=diff"/>
                <rdf:li rdf:resource="http://200yi.com/ff_internal/wiki.php?id=wiki:Database:PostgreSQL:%E6%B5%8B%E8%AF%95:PostgreSQL%20installcheck%E6%B5%8B%E8%AF%95%E4%B8%8E%E8%B0%83%E8%AF%95&amp;rev=1692637203&amp;do=diff"/>
                <rdf:li rdf:resource="http://200yi.com/ff_internal/wiki.php?id=wiki:Database:PostgreSQL:%E6%B5%8B%E8%AF%95:PostgreSQL%E7%AE%97%E5%AD%90%E5%B9%B6%E8%A1%8C%E6%B5%8B%E8%AF%95&amp;rev=1687008318&amp;do=diff"/>
                <rdf:li rdf:resource="http://200yi.com/ff_internal/wiki.php?id=wiki:Database:PostgreSQL:%E6%B5%8B%E8%AF%95:SQLancer%E6%A8%A1%E7%B3%8A%E6%B5%8B%E8%AF%95PostgreSQL&amp;rev=1766682005&amp;do=diff"/>
                <rdf:li rdf:resource="http://200yi.com/ff_internal/wiki.php?id=wiki:Database:PostgreSQL:%E6%B5%8B%E8%AF%95:SQLsmith%E6%A8%A1%E7%B3%8A%E6%B5%8B%E8%AF%95PostgreSQL&amp;rev=1765904407&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://200yi.com/ff_internal/lib/tpl/mnml-blog/images/favicon.ico">
        <title>FAIRYFAR-INTERNAL</title>
        <link>http://200yi.com/ff_internal/</link>
        <url>http://200yi.com/ff_internal/lib/tpl/mnml-blog/images/favicon.ico</url>
    </image>
    <item rdf:about="http://200yi.com/ff_internal/wiki.php?id=wiki:Database:PostgreSQL:%E6%B5%8B%E8%AF%95:PostgreSQL%20TPC-H%E6%B5%8B%E8%AF%95%E6%96%B9%E6%B3%95&amp;rev=1687008318&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-06-17T21:25:18+0800</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>wiki:Database:PostgreSQL:测试:PostgreSQL TPC-H测试方法</title>
        <link>http://200yi.com/ff_internal/wiki.php?id=wiki:Database:PostgreSQL:%E6%B5%8B%E8%AF%95:PostgreSQL%20TPC-H%E6%B5%8B%E8%AF%95%E6%96%B9%E6%B3%95&amp;rev=1687008318&amp;do=diff</link>
        <description>一、建表


CREATE TABLE NATION(
N_NATIONKEY  INTEGER NOT NULL,
N_NAME       CHAR(25) NOT NULL,
N_REGIONKEY  INTEGER NOT NULL,
N_COMMENT    VARCHAR(152))
;

CREATE TABLE REGION(
R_REGIONKEY  INTEGER NOT NULL,
R_NAME       CHAR(25) NOT NULL,
R_COMMENT    VARCHAR(152))
;

CREATE TABLE PART(
P_PARTKEY     INTEGER NOT NULL,
P_NAME        VARCHAR(55) NOT NULL,
P_MFGR        CHAR(25) NOT NULL,
P_BRAND       CHAR(10) NOT NULL,
P_TYPE        VARCHAR(25) NOT NULL,
P_SIZE        INTEGER NOT NULL,
P_CONTAINER  …</description>
    </item>
    <item rdf:about="http://200yi.com/ff_internal/wiki.php?id=wiki:Database:PostgreSQL:%E6%B5%8B%E8%AF%95:PostgreSQL%20installcheck%E6%B5%8B%E8%AF%95%E4%B8%8E%E8%B0%83%E8%AF%95&amp;rev=1692637203&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-08-22T01:00:03+0800</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>wiki:Database:PostgreSQL:测试:PostgreSQL installcheck测试与调试</title>
        <link>http://200yi.com/ff_internal/wiki.php?id=wiki:Database:PostgreSQL:%E6%B5%8B%E8%AF%95:PostgreSQL%20installcheck%E6%B5%8B%E8%AF%95%E4%B8%8E%E8%B0%83%E8%AF%95&amp;rev=1692637203&amp;do=diff</link>
        <description>PostgreSQL源码编译后，可以执行“安装后测试（the tests after installation）”回归。

环境准备



sudo yum install perl-IPC-Run.noarch


假设PG源代码目录为：



/home/yz/postgres_src


编译时可以打开以下开关以支持tap测试：</description>
    </item>
    <item rdf:about="http://200yi.com/ff_internal/wiki.php?id=wiki:Database:PostgreSQL:%E6%B5%8B%E8%AF%95:PostgreSQL%E7%AE%97%E5%AD%90%E5%B9%B6%E8%A1%8C%E6%B5%8B%E8%AF%95&amp;rev=1687008318&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-06-17T21:25:18+0800</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>wiki:Database:PostgreSQL:测试:PostgreSQL算子并行测试</title>
        <link>http://200yi.com/ff_internal/wiki.php?id=wiki:Database:PostgreSQL:%E6%B5%8B%E8%AF%95:PostgreSQL%E7%AE%97%E5%AD%90%E5%B9%B6%E8%A1%8C%E6%B5%8B%E8%AF%95&amp;rev=1687008318&amp;do=diff</link>
        <description>一、概要

PostgreSQL从9.6版本开始，增加了算子并行功能，基于多进程方式实现，而非多线程。

与算子并行相关的参数主要有两个：

	* max_worker_processes：并行worker池最大进程个数，默认为8。
	* ________________</description>
    </item>
    <item rdf:about="http://200yi.com/ff_internal/wiki.php?id=wiki:Database:PostgreSQL:%E6%B5%8B%E8%AF%95:SQLancer%E6%A8%A1%E7%B3%8A%E6%B5%8B%E8%AF%95PostgreSQL&amp;rev=1766682005&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-12-26T01:00:05+0800</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>wiki:Database:PostgreSQL:测试:SQLancer模糊测试PostgreSQL</title>
        <link>http://200yi.com/ff_internal/wiki.php?id=wiki:Database:PostgreSQL:%E6%B5%8B%E8%AF%95:SQLancer%E6%A8%A1%E7%B3%8A%E6%B5%8B%E8%AF%95PostgreSQL&amp;rev=1766682005&amp;do=diff</link>
        <description>一、概要

SQLancer

SQLancer是一种自动测试数据库管理系统（DBMS）的工具，用于发现其实现中的错误。也就是说，它在DBMS实现的代码中查找错误，而不是在用户编写的查询中查找错误。SQLancer已经在成熟且广为人知的DBMS中发现了数百个bug。</description>
    </item>
    <item rdf:about="http://200yi.com/ff_internal/wiki.php?id=wiki:Database:PostgreSQL:%E6%B5%8B%E8%AF%95:SQLsmith%E6%A8%A1%E7%B3%8A%E6%B5%8B%E8%AF%95PostgreSQL&amp;rev=1765904407&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-12-17T01:00:07+0800</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>wiki:Database:PostgreSQL:测试:SQLsmith模糊测试PostgreSQL</title>
        <link>http://200yi.com/ff_internal/wiki.php?id=wiki:Database:PostgreSQL:%E6%B5%8B%E8%AF%95:SQLsmith%E6%A8%A1%E7%B3%8A%E6%B5%8B%E8%AF%95PostgreSQL&amp;rev=1765904407&amp;do=diff</link>
        <description>一、概要

SQLsmith是一个随机SQL查询生成器。它的典范是Csmith（它被证明对C编译器的质量保证很有价值）。

本文介绍使用SQLsmith对PostgreSQL数据库进行模糊测试方法。

二、环境

	* OS：CentOS 8
	* PostgreSQL版本：v18</description>
    </item>
</rdf:RDF>
