重庆思庄Oracle、Redhat认证学习论坛

 找回密码
 注册

QQ登录

只需一步,快速开始

搜索
查看: 186|回复: 0
打印 上一主题 下一主题

postgres: logical replication launcher 这个进程是启动就有的

[复制链接]
跳转到指定楼层
楼主
发表于 2024-11-3 17:07:41 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式

PG16 一启动,就有 postgres: logical replication launcher  这个进程,与是否启动逻辑复制,没有关系

[root@standby ~]# ps -ef|grep postgres
root        1001       1  0 09:06 ?        00:00:00 /usr/local/postgres_exporter/postgres_exporter
postgres    4350       1  0 14:59 ?        00:00:00 /u01/app/postgres/product/16.4/dbhome_1/bin/postgres -D /u01/app/postgres/pgdata -p 2024
postgres    4351    4350  0 14:59 ?        00:00:00 postgres: logger
postgres    4352    4350  0 14:59 ?        00:00:00 postgres: checkpointer
postgres    4353    4350  0 14:59 ?        00:00:00 postgres: background writer
postgres    4355    4350  0 14:59 ?        00:00:00 postgres: walwriter
postgres    4356    4350  0 14:59 ?        00:00:00 postgres: autovacuum launcher
postgres    4357    4350  0 14:59 ?        00:00:00 postgres: logical replication launcher
root        5124    5083  0 16:32 pts/3    00:00:00 grep --color=auto postgres


检查wal_level:
  1. postgres=# \dconfig wal_level
  2. List of configuration parameters
  3. Parameter |  Value  
  4. -----------+---------
  5. wal_level | replica
  6. (1 row)
复制代码
检查逻辑复制槽:
  1. postgres=# \x
  2. Expanded display is on.
  3. postgres=# SELECT * FROM pg_replication_slots;
  4. (0 rows)
复制代码

  1. postgres=# \x
  2. Expanded display is on.
  3. postgres=# select * from pg_publication;
  4. (0 rows)
复制代码
  1. postgres=# select * from pg_subscription;
  2. (0 rows)
复制代码





分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
收藏收藏 支持支持 反对反对
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

QQ|手机版|小黑屋|重庆思庄Oracle、Redhat认证学习论坛 ( 渝ICP备12004239号-4 )

GMT+8, 2024-11-24 20:27 , Processed in 0.083024 second(s), 19 queries .

重庆思庄学习中心论坛-重庆思庄科技有限公司论坛

© 2001-2020

快速回复 返回顶部 返回列表