pgsql: Fix dumping of comments on invalid constraints on domains

2025-07-16 Thread Álvaro Herrera
Fix dumping of comments on invalid constraints on domains We skip dumping constraints together with domains if they are invalid ('separate') so that they appear after data -- but their comments were dumped together with the domain definition, which in effect leads to the comment being dumped when

pgsql: Fix dumping of comments on invalid constraints on domains

2025-07-16 Thread Álvaro Herrera
Fix dumping of comments on invalid constraints on domains We skip dumping constraints together with domains if they are invalid ('separate') so that they appear after data -- but their comments were dumped together with the domain definition, which in effect leads to the comment being dumped when

pgsql: Fix dumping of comments on invalid constraints on domains

2025-07-16 Thread Álvaro Herrera
Fix dumping of comments on invalid constraints on domains We skip dumping constraints together with domains if they are invalid ('separate') so that they appear after data -- but their comments were dumped together with the domain definition, which in effect leads to the comment being dumped when

pgsql: Fix dumping of comments on invalid constraints on domains

2025-07-16 Thread Álvaro Herrera
Fix dumping of comments on invalid constraints on domains We skip dumping constraints together with domains if they are invalid ('separate') so that they appear after data -- but their comments were dumped together with the domain definition, which in effect leads to the comment being dumped when

pgsql: Fix dumping of comments on invalid constraints on domains

2025-07-16 Thread Álvaro Herrera
Fix dumping of comments on invalid constraints on domains We skip dumping constraints together with domains if they are invalid ('separate') so that they appear after data -- but their comments were dumped together with the domain definition, which in effect leads to the comment being dumped when

pgsql: Fix dumping of comments on invalid constraints on domains

2025-07-16 Thread Álvaro Herrera
Fix dumping of comments on invalid constraints on domains We skip dumping constraints together with domains if they are invalid ('separate') so that they appear after data -- but their comments were dumped together with the domain definition, which in effect leads to the comment being dumped when

pgsql: Fix dumping of comments on invalid constraints on domains

2025-07-16 Thread Álvaro Herrera
Fix dumping of comments on invalid constraints on domains We skip dumping constraints together with domains if they are invalid ('separate') so that they appear after data -- but their comments were dumped together with the domain definition, which in effect leads to the comment being dumped when