0

I have installed PostgreSQL 13 and created a new database, a few tables and inserted data on those tables. I used transactions to insert data, but still pg_commit_ts is empty.

what is the function of this directory and why is it empty?

Laurenz Albe
  • 209,280
  • 17
  • 206
  • 263
Monika Yadav
  • 381
  • 2
  • 12

1 Answers1

1

The directory is empty because track_commit_timestamp is off. It is used to persist commit timestamps.

Laurenz Albe
  • 209,280
  • 17
  • 206
  • 263